Last updated: July 5, 2026
CodeCatch (“the extension”) helps you sign in and verify accounts faster by detecting one-time verification codes in your Gmail inbox and filling them into the web page you’re on.
With your explicit permission (via Google’s sign-in and consent screen), the extension requests read-only access to your Gmail account (the gmail.readonly scope) so it can look at recently received messages and find verification codes.
Nowhere but your own browser. This extension has no backend server. All Gmail access happens directly between your browser and Google’s servers, using a token that Google’s own browser API (chrome.identity) manages — we never see, store, or transmit that token ourselves, and no email content is ever sent to any server we control, because no such server exists.
chrome.storage.local), until you disconnect: a sync checkpoint (Gmail’s historyId), a short-lived list of message IDs already checked (auto-pruned after 24 hours, used only to avoid re-processing the same email), your connected account’s email address (for display), and your feature preferences (auto-fill/auto-copy/notifications on or off).chrome.storage.session), cleared when the browser closes, and auto-expired after 10 minutes regardless: the most recently detected code, so the popup can show it to you.We do not sell, rent, share, or transmit your data to any third party, advertiser, or analytics service. The only external service the extension talks to is the Gmail API itself, directly, on your behalf.
You can disconnect your Gmail account at any time from the extension’s popup — this revokes the extension’s access token with Google and clears all locally stored account data (preferences are kept so you don’t have to reconfigure the extension if you reconnect later).
CodeCatch’s use and transfer of information received from Google APIs adheres to the Google API Services User Data Policy, including the Limited Use requirements.
Questions about this policy or the extension’s data handling can be sent to: tehmanhassan@gmail.com