Privacy

Replr does not run a server. Nothing you do leaves your browser unless you ask it to — and even then it only goes to the AI provider you chose, using the API key you provided.

What Replr reads

Only when you click AI Draft on a specific surface:

That data is assembled into a single LLM request that goes directly from your browser to the API you configured (Anthropic, OpenAI, or Google). Replr does not sit between you and them.

What Replr never reads or sends

(The replr.in marketing website is a separate concern — see the "Website analytics" note further down.)

Where data lives

Storage security (be honest about it)

chrome.storage.local is isolated per extension — no other extension on your Chrome can read Replr's storage. However, Chrome does not encrypt this storage at rest. Any process running as your user on this machine (including macOS backups, malware, or another macOS user with admin rights) can read the LevelDB files in your Chrome profile and recover the API key. This is true of every BYOK extension. Protect your device the same way you'd protect a password manager.

The key never leaves the service worker process except to make the request to your chosen provider over TLS. It is never written to logs, error messages, browser history, or URL bars.

Third parties

Drafting calls go to one of these endpoints depending on the provider you picked:

Or, in "Use my tab" mode, Replr opens a new tab in:

with the conversation as a ?q= URL parameter. A small Replr content script running on that domain watches the chatbot's response stream until it finishes, then reads the visible reply text from the page DOM and forwards it to the LinkedIn-side popover via the extension's service worker. The chatbot tab auto-closes ~2 seconds after a successful read.

Because the prompt is encoded as a URL parameter, the recipient's name and the snippet of conversation it contains will appear in your browser's history for the chatbot site. If that's not acceptable, use Path A (direct API key) instead.

Replr's proxy script only reads the assistant's most recent reply on that chatbot page. It does not read your other chatbot conversations, sidebar history, or account settings.

ToS positioning

Replr is a writing assistant, not an automation tool. The extension:

This keeps your account in the same legal category as a spell-checker — clearly permitted.

Website analytics

This website (replr.in) uses Google Analytics 4 to count page views and figure out which sections people read. We never see your name, email, or any identifier — only aggregate visit counts and high-level metrics like which country a visit came from. IP addresses are anonymized by Google before they reach our reports.

To put it bluntly: the website measures whether the landing page is working as a landing page. The extension measures nothing. They are two different products, and only the website has analytics.

If you'd rather not be counted, use a browser-level Do Not Track setting, an ad blocker, or browse this site in a private window — Google Analytics is blocked by all of those by default.

Contact

If you find a privacy issue, please email hello@replr.in.