Privacy Policy — ContextDB Chrome Extension
Effective: 08 28, 2025
- We only access and process content you explicitly choose to save or search.
 
- We do not sell personal data and we do not show ads.
 
- No background collection of browsing history or keystrokes.
 
Information We Collect
- Account information: email and user ID created during sign up (via Supabase).
 
- Authentication data: access and refresh tokens stored in chrome.storage.local on your device (not synced).
 
- User-selected content: HTML/text, page title, URL, and basic metadata from pages you choose to save.
 
- Search queries: the terms you enter in the side panel to retrieve your saved content.
 
How We Collect and Use Information
- Content collection is user-initiated. When you click the extension action, our content script extracts visible content from the current tab and sends it to our backend to store and index so you can search it later.
 
- Search is user-initiated in the Side Panel (search.html). We call our backend to return results tied to your account.
 
- Notifications appear only to confirm success/failure of actions you trigger (e.g., save).
 
- We use tokens from chrome.storage.local solely to authenticate your requests to our backend.
 
What We Don’t Collect
- We do not collect browsing history, background page content, or keystrokes.
 
- We do not programmatically inject remote code. Scripts are bundled with the extension.
 
Where Data Is Stored and Processed
- Locally: your auth tokens and user object are stored in chrome.storage.local (device-only).