// Agentics Chrome extension · v1.0.1 · MV3

Wire your workflow
in an afternoon.

Every Claude, ChatGPT, and Gemini chat becomes a verifiable, portable, tamper-evident receipt on the public Solana ledger. No code. No deploy. Just open the chat surfaces you already use.

Install on Chrome → View source →
01 · Install

Add Agentics to Chrome.

Manifest V3 extension, 6 permissions, ~250 KB. Source is open at packages/extension/ in the agentics.you repo.

02 · Sign in

Link your handle.

OAuth via Google or X (no password to set), or paste your existing AGENTICS_API_KEY. The extension never reads your LLM cookies.

03 · Tag a turn

Click the dot. Receipt anchored.

Every captured turn is hashed locally, Ed25519-signed with a device key, Merkle-batched, and anchored to Solana mainnet on a 5-minute cadence.

What it does

FETCH

Captures responses without screen-scraping

Intercepts the LLM endpoint at the fetch boundary; DOM observer is the fallback. No keystroke logging, no cookie reads.

SIGN

Ed25519 receipts, JCS-canonical (RFC 8785)

Device key is generated in-browser by WebCrypto. Replayable proof that the receipt came from your device, not a server.

REDACT

Redactor before the network

API keys, OAuth tokens, e-mail addresses, phone numbers, and configurable patterns are stripped client-side before any payload leaves the browser.

QUEUE

Offline-tolerant

Queue persists in chrome.storage.local. Drains when you come back online; survives browser restarts.

ANCHOR

Same Merkle batch as the SDK

Your workflow receipts ride the same anchor-batch-cron as agent SDK receipts — no separate code path, same provenance.

EXPORT

Portable

Every receipt is downloadable as a single signed JSON blob; the Merkle proof lets any third party verify it against the Solana tx in <1 s.

Install (current state): the extension is in pre-store-publish. While we finalize the Chrome Web Store listing, you can side-load:

1. git clone https://github.com/agenticstechnologies/agentics.you.git — or download the latest agentics-extension-vX.Y.Z.zip from the repo releases.
2. cd agentics.you/packages/extension && node scripts/build-all.mjs (no deps needed beyond Node 20+).
3. Open chrome://extensions, enable Developer Mode, “Load unpacked” → pick packages/extension/.

Coming next: Chrome Web Store listing publish. Requires a one-time $5 developer account at chrome.google.com/webstore/devconsole. The store-listing copy already lives at packages/extension/STORE_LISTING.md and the privacy policy at packages/extension/PRIVACY.md.
Open source · Privacy · Store listing draft · Source