Skip to content

khill-fbmc/app-embedder-for-retool

Repository files navigation

App Embedder for Retool



Host a Retool app directly in Chome's Sidebar

TODOs

  • Publish to the Chrome Store

Screenshots

"Options Page Screenshot" "Workflow App Name Provider Screenshot"

Installing and Running

  1. Download and install from the Chrome Web Store. (not yet!)
  2. Fill in your instance name.
  3. Fill in an app name.
  4. Open the SidePanel by clicking the button
  5. Profit!

Hacking On This:

  1. Check if your Node.js version is >= 18.
  2. Clone this repository.
  3. Run npm install to install the dependencies.
  4. Run npm start
  5. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.

Based off the work in Chrome Extension Boilerplate React Icons created by iconixar - Flaticon