Inspect and view changes in encrypted email sender for Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Secure HTML Mail Sender for Gmail",
"version": "1.6",
"description": "Create encrypted HTML emails and insert them into Gmail composer",
"permissions": [
"activeTab",
"tabs",
"storage",
"https://mail.google.com/*"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://mail.google.com/*"
],
"all_frames": true,
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "secure-html-mail-sender@local",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best encrypted email sender for Gmail Alternatives
Here are some Firefox add-ons that are similar to encrypted email sender for Gmail:
Gmail Integration
Jenny
HTML Email Inserter for Gmail
Hamza
SecureMail Encryptor
Shelton
Secure Email Encryptor
cora
Encrypt Gmail and any email with CipherMail
RedCoolMedia
Send Selection to Gmail
Juliano
Cypherdog Email Encryption
Cypherdog Security Inc.
HTML Inserter for Gmail, Outlook, Yahoo Mail
dziul
PassLok for Email
F. Ruiz
Retyc for Gmail
Retyc
Mailvelope
Mailvelope GmbH
HTMaiL: Insert HTML
32WIN