Chrome extension by Meged

A screenshot that files itself

Capture the tab, mark what is wrong or what should change, press Send. The annotated image and a JSON description of the page arrive at any webhook you choose: n8n, Make, Zapier, Jira, or the queue your AI coding agent works from.

Add to ChromeChrome Web Store listing is in review. Link goes live when it is published.

app.example.com/checkout
1
1 Pay button overlaps the total on mobile
{
  "page": {
    "url": "https://app.example.com/checkout",
    "title": "Checkout"
  },
  "note": "Pay button overlaps the total",
  "pins": [{ "n": 1, "note": "Overlaps the total" }],
  "viewport": { "w": 390, "h": 844 },
  "image": "data:image/png;base64,iVBORw0KG..."
}

Where the screenshot goes

Manual bug detection
AI writes most of the code now. People still find the bugs by looking. Pin the defect, describe it, send. The issue opens with the image, the page URL and the viewport size already attached.
Jira, Linear, GitHub Issues
Customer change requests
Clients mark up the live site instead of writing an email. Each request lands in your backlog as a picture with a note, tied to the exact page it came from.
n8n or Make into your backlog, Slack, Notion, Airtable
Vibe coding change requests
Building with Claude Code, Cursor or Codex? Annotate what the app should look like and post it to the webhook that feeds the agent's queue. The next run starts from a screenshot and a sentence, not a paragraph of prose.
Claude Code backlog, any agent that reads a webhook

What the extension does

Private by design