Contact: codecraft013@gmail.com
"E2E Encryption for Gmail" is an unofficial browser extension that runs on
mail.google.com. It encrypts the subject, message body, and attachments
with AES-256-GCM before an email is sent via the regular Gmail interface, and
automatically decrypts received messages in the browser, provided a matching key
is stored locally.
The extension processes the following categories of personal data, exclusively locally in the browser:
Contacts and keys are stored in the localStorage of the mail.google.com
page in your Chrome profile (key e2e_gmail_contacts_v1). This is the same
storage area used for other website data in your browser.
chrome.storage.sync).No data is shared with the developer or any other third party. The developer has no access to your contacts, keys, or message content.
Encryption keys must be shared with your contacts by you personally or via a separate, secure channel (e.g., in person, messenger, phone) – explicitly not via an unencrypted Gmail message. The extension does not handle this exchange automatically.
mail.google.com in Chrome under
chrome://settings/content/all, or by clearing your browsing history including
"Cookies and other site data."mail.google.com website.
The extension does not request any Chrome permissions such as storage access, history, or tabs.
It merely runs a content script on https://mail.google.com/* to display the
encryption buttons within the Gmail interface.
This privacy policy may be updated as the extension continues to be developed. The current version is always available at this URL.