HumanStamp is a Chrome browser extension that helps you voluntarily sign email drafts you have mostly typed yourself. This policy explains what information the extension handles and how.
storage permission plus host access to supported mail sites and our signing API. It does not request the tabs permission.While you use a supported compose editor, HumanStamp reads:
✍ HumanStamped by Your Name. If left blank, signatures use ✍ HumanStamped only.HumanStamp does not read your inbox, sent mail, contacts, or email content outside active compose/reply editors.
| Storage | What is stored | Purpose |
|---|---|---|
chrome.storage.sync |
Optional display name | Sync your signature name across Chrome profiles where sync is enabled |
chrome.storage.local |
Typed/paste maps for recent drafts, compose session IDs | Restore eligibility when switching drafts or refreshing |
Local draft data is kept for up to 64 recent drafts and is removed when you uninstall the extension or clear extension data.
Display name and draft provenance are read and written by the background service worker. Content scripts on mail pages request your display name through extension messages rather than accessing storage directly.
When you click Add Signature, the extension sends a request to
https://human-stamp.vercel.app/api/v1/sign containing:
It does not include your full email text, recipient addresses, subject lines, account identifiers, passwords, or display name.
| Permission | Why it is used |
|---|---|
storage | Save your optional display name and local draft provenance |
| Gmail / Outlook host access | Inject a content script and show the widget in compose editors only |
human-stamp.vercel.app | Request cryptographic signatures from the signing service |
| Permission | Notes |
|---|---|
tabs |
Not requested. HumanStamp does not read, query, or monitor your open tabs. On first install, the extension may open a one-time welcome page using chrome.tabs.create(), which Chrome allows without the tabs permission. |
No other broad permissions (such as activeTab, scripting, or cookies) are requested.
Uninstalling HumanStamp or clearing its data in
chrome://extensions removes stored settings and draft provenance from
your browser. The signing service never receives full email content.
HumanStamp is not directed at children under 13, and we do not knowingly collect information from them.
We may update this policy from time to time. The “Last updated” date will change when we do.
For privacy questions, open an issue on the HumanStamp GitHub repository for this project.