Share2Agent icon

Share2AgentShare any page with your AI agent

One click to extract any webpage and send it to your AI agent, automation platform, or custom webhook. Clean text, metadata, Gmail threads — no ads, no clutter. Zero tracking.

Free & Open SourceChrome ExtensionMIT

How it works

1

Click the extension

On any page — article, docs, Stack Overflow, Gmail thread. The extension extracts clean text using Mozilla Readability.

2

Pick your agent

Choose from your configured agents — each with a custom name, emoji, and webhook URL. Last selection remembered.

3

Send

Add an optional comment ("summarize this", "fix this error") and hit Send. The page lands at your webhook as structured JSON.

What you get

Clean extraction

Mozilla Readability strips ads, nav, sidebars. Falls back to innerText if needed. Selection takes priority.

Gmail threads

Full thread with participants, roles, dates, and message permalinks. Auto-expands collapsed messages.

Multi-agent picker

Unlimited agents with custom names, emoji avatars, and colors. Switch in one click.

Page metadata

Open Graph tags, author, language, publish date, canonical URL — all in the meta field.

Zero tracking

No analytics, no accounts, no third parties. Data flows from your browser to your webhook. Period.

Dark mode

Follows your system preference. Keyboard shortcut: Ctrl+Enter to send.

What your webhook receives

POST payload
{
  "url": "https://docs.example.com/api-reference",
  "title": "API Reference — Example Docs",
  "content": "Clean extracted text of the page...",
  "comment": "Summarize the auth section",
  "timestamp": "2026-03-29T14:30:00.000Z",
  "meta": {
    "description": "Complete API reference",
    "author": "Example Team",
    "language": "en",
    "og_image": "https://docs.example.com/og.png"
  }
}

Max payload: 5 MB. Timeout: 15 seconds. All meta fields are strings.

Privacy

Share2Agent does not collect analytics, does not send data to third parties, does not require an account, and does not run in the background. Data flows from your browser to your webhook — nothing else. The extension is open source and you can read every line.

Permissions

activeTab — read current page URL and title when you click the extension

scripting — inject content extraction script when you click Send

storage — save your webhook URLs and agent settings locally