Privacy Policy
Continuity is a browser extension that adds usage tracking, conversation export, conversation forking, a
prompt library, and a cross-AI continuity panel to claude.ai. It is built and
maintained independently and has no relationship with Anthropic, PBC beyond running inside a browser tab
pointed at their product.
All extension data — your saved prompts, export/fork history metadata, and feature settings — is written to
chrome.storage.local, a storage area Chrome keeps on your own device, scoped to
this extension. It is never transmitted anywhere by us, because the extension has no backend server of any
kind.
Saved prompt text you add yourself; lightweight metadata about past exports and forks (title, format, timestamp — not the full conversation text); your feature on/off toggles; and the last usage percentage the extension observed. Full conversation content is read at the moment you use export, fork, or continuity, and handed directly to your download or clipboard — it is not retained afterward.
To show your Claude usage percentage, the extension calls /api/organizations/{orgId}/usage
— an endpoint that belongs to Claude.ai itself, not to us. Because the request is same-origin, your browser
attaches your existing claude.ai session cookies automatically; the extension never sees, stores, or handles
any password, token, or credential. This is the only outbound request the extension initiates on its own,
and its response (a usage percentage and reset time) is used only to render the on-page badge.
| Permission | Why it's requested |
|---|---|
storage |
Save your prompts, settings, and history metadata locally, as described in §2. |
downloads |
Save an export or continuity brief as a file on your device when you click Download. |
host_permissions: claude.ai |
Read the visible conversation and composer on claude.ai to power export, forking, the prompt library, and the token counter — and to make the same-origin usage request in §3. |
If what the extension collects or requests changes in a future version, this page will be updated and the version number above will change accordingly.