Support
Screenshot to Webhook is a Chrome and Edge extension by Meged Solutions. There is no account and no server of ours: the extension posts your annotated screenshot to a webhook destination you configure, and nothing else.
Contact
Email contact@megedit.com. Include the extension version (shown at the bottom of the editor toolbar), your Chrome or Edge version, and what you expected to happen. Do not include webhook secrets or API tokens.
We answer within two working days.
Quick self-test
If sends are failing, check the pipe before checking your automation:
- Open webhook.site and copy the URL it shows.
- Right-click the extension icon, choose Options, paste the URL into the "Webhook URL" of a destination, press "Save and send test".
- A request appears on webhook.site within a second. If it does, the extension works and the problem is on the receiving side (auth header, wrong URL, or a workflow that is not listening).
Common questions
The Send button is disabled. Either the note is empty or no destination with a webhook URL is saved yet. Open Options and add one.
Where does my report go? The button next to the note in the editor shows the current destination. Click it to switch; the choice is remembered for the next capture. Destinations are managed in Options.
My endpoint returns 401 or 403. Open the destination in Options and pick the Authentication it expects: Bearer token, API key header or Basic auth. Any other header goes under Custom headers.
The image arrives but my tool cannot read it. With the JSON format the PNG is base64 in imageBase64; with multipart it is a file part named image. The Options page has recipes for n8n, Make and Zapier.
Does it read my pages? No. It takes a screenshot of the visible tab only when you click the icon, and injects nothing into pages. See the Privacy Policy.
Report a bug or request a feature
Email the address above. Screenshots help, and if you are using the extension itself to take them, we take that as a compliment.