Last updated: 2026-07-03
Tab Vault Local does not collect, transmit, sell, or share personal data.
All saved tab sessions, tags, trash records, integrity snapshots, and imported backups stay on the user's device in IndexedDB. The extension does not use analytics, tracking pixels, remote logging, external LLM APIs, remote storage, or CDN-hosted scripts.
The MVP build contains no external communication code. Payments are disabled (PAYMENTS_ENABLED = false), ExtensionPay is replaced at build time with a local no-op stub, and the extension Content Security Policy uses connect-src 'none' to block outbound requests from extension pages.
tabs: reads the current window's tab titles and URLs when the user clicks save, and opens saved tab URLs when the user clicks restore.storage: reserved for Chrome extension local settings and future migration flags. Session data is stored locally in IndexedDB.The extension does not request host permissions. It does not read page contents, inject content scripts, or upload browsing data.
Questions about this policy can be sent through the developer contact listed on the Chrome Web Store listing page.