OpsKey Privacy Policy
Last updated: 2026-04-23
TL;DR
- OpsKey does not collect, transmit, or sell any personal information.
- All data — command definitions, clipboard history, and any tokens you store in HTTP headers — lives in
chrome.storage.localon your machine. - The only network requests OpsKey makes are to URLs you explicitly configure in your own commands.
- No analytics, no crash reporting, no remote config, no author-controlled server.
Data OpsKey stores
| What | Where |
|---|---|
| Command definitions | chrome.storage.local |
| Clipboard history entries | chrome.storage.local |
| User preferences (e.g. auto-capture toggle) | chrome.storage.local |
Data OpsKey transmits
- URL-command navigation — the browser follows a URL you defined.
- HTTP-command requests — the URL you defined, with the headers and body you defined.
- Screenshot captures — never transmitted; stored only in your clipboard or downloaded to your device.
OpsKey does not transmit data to any OpsKey-controlled server. There are no such servers.
Permissions we request
- storage — persist your commands and clipboard history on your machine.
- tabs — open URL-type commands in new/current tabs.
- scripting — inject the palette into tabs that loaded before the extension was installed.
- activeTab — message the current tab when you press the shortcut, and capture the current tab for screenshots.
- clipboardRead — save what's on your clipboard into history when you press Save current clipboard.
- host_permissions: <all_urls> — two reasons: (1) the palette can be opened on any site you visit; (2) HTTP-type commands may target any URL you configure.
Security of stored tokens
If you store Authorization headers or similar secrets inside HTTP-command definitions, those values are held unencrypted inchrome.storage.local. Anyone with OS-level access to your Chrome profile can read them. Treat tokens stored here as disposable and rotate them regularly.
Changes
Material changes will update the "Last updated" date at the top and be summarized here.
Contact
- Site: https://ops-key.com
- Email: [email protected]