Last updated: 2026-08-09
Fieldbind is a browser extension that helps you work with your own Salesforce orgs, with optional Jira and Linear integrations. This policy explains exactly what data the extension touches, where it goes, how long it is kept, and how to delete it.
sid) — read
live via the browser's cookie API to authenticate Salesforce API
calls. Session ids are never persisted: they are held
in memory only, for as long as the browser itself holds the cookie.
All local storage lives in your browser profile (IndexedDB and extension storage). Nothing is uploaded anywhere.
| Data | Where | Retention |
|---|---|---|
| Metadata caches (describes, object lists, navigator metadata) | IndexedDB | 2–60 minutes TTL, auto-purged |
| Code file bodies (Apex/VF/LWC source) | IndexedDB | 24 hours TTL, auto-purged |
| Recent navigator items (labels + URLs) | IndexedDB | Capped at 100 per org |
| SOQL query history (query text + run stats, never result rows) | IndexedDB / extension storage | Capped (100–500 entries per org) |
| Compare snapshots (record field values from two orgs) | IndexedDB | Default 30 days; pinned snapshots kept until deleted |
| Deploy history (packages, component lists, linked issue keys) | IndexedDB | Capped at 50 deployments |
| Preferences (theme, keybindings, notification templates) | Extension storage | Until you change or reset them |
| OAuth tokens (Salesforce / Jira / Linear, opt-in) | Extension storage, AES-GCM encrypted | Until you disconnect |
| Salesforce session ids | Not stored | In-memory only |
Questions: open an issue on the GitHub repository.