All tools
Chrome extension
Page Capture (Chrome Extension)
Capture images and text from any webpage into a draft post in the Scheduler.
What it does
- Reads the current tab's
og:image, all images ≥ 200×200 px, and any selected text - You pick which image(s) to use. AI generates a caption from the page context
- POSTs to your scheduler's
/api/v1/draftsso the draft appears in the calendar
Install
- Clone the repo, find the
extension/folder - Open
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked → pick the
extension/folder - Click the puzzle icon → siimply marketing → ⚙ → paste your App URL + API key
- Click Test connection — should report the number of connected accounts
You'll need an API key
Generate one with
openssl rand -hex 32 and put it in your .env.local as APP_API_KEY. Paste the same value into the extension options.