E-mail Encryptor for GMail

Google Chrome plug-in for your e-mail encryption.

E-mail Encryptor for GMail क्या है?

E-mail Encryptor for GMail https://www.boolebox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome plug-in for your e-mail encryption."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में E-mail Encryptor for GMail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Send secure e-mails from your Gmail account and be sure that your confidential e-mails stay safe and protected, even after sending them.

Gmail Encryptor key benefits:

 • Perfect integration with Gmail graphical interface;
 • Possibility to send and receive encrypted e-mails, with or without attachments;
 • Further layer of security guaranteed by the possibility to set Personal encryption Keys on each single e-mail;
 • Complete control over message accessibility through the use of preset Templates (public messages, messages with time-expiry, etc.);
 • Different authentication options (simple authentication, Single Sign On, Two-Factor Authentication).

For further information: https://gmailencryptor.boolebox.com/                    

एक्सटेंशन की मूल जानकारी

नाम E-mail Encryptor for GMail E-mail Encryptor for GMail
ID gahidjdbofmakoogblfdifdlmcgpokbm
आधिकारिक URL https://chromewebstore.google.com/detail/e-mail-encryptor-for-gmai/gahidjdbofmakoogblfdifdlmcgpokbm
विवरण Google Chrome plug-in for your e-mail encryption.
फ़ाइल का आकार 287 KB
स्थापना संख्या 201
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2022-08-05
प्रकाशन तिथि 2020-06-24
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर https://www.boolebox.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.boolebox.com/protect-your-data/email-encryptor-for-gmail/
सहायता पृष्ठ URL https://www.boolebox.com/
गोपनीयता नीति पृष्ठ URL https://www.boolebox.com/informativa-clienti
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E-mail Encryptor for GMail",
    "short_name": "E-mail Encryptor for GMail",
    "version": "1.1.3",
    "version_name": "1.1.3",
    "description": "Google Chrome plug-in for your e-mail encryption.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/jsrender.js",
                "lib\/gmail.js",
                "lib\/js.cookie.js",
                "utils.js",
                "localizations.js",
                "commands.js",
                "session.js",
                "main.js",
                "backgroundProxy.js",
                "login.js",
                "fileUploader.js",
                "mailComposer.js",
                "mailReader.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "icons": {
        "16": "imgs\/packageIcons\/GmailEncr_Logo16x16.png",
        "48": "imgs\/packageIcons\/GmailEncr_Logo48x48.png",
        "128": "imgs\/packageIcons\/GmailEncr_Logo128x128.png"
    },
    "background": {
        "scripts": [
            "commands.js",
            "background.js",
            "backgroundUploader.js",
            "proxy.js",
            "lib\/jquery.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "imgs\/app-5.png",
        "default_title": "E-mail Encryptor for GMail",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/mail.google.com\/*"
        ]
    },
    "web_accessible_resources": [
        "lib\/jquery.js",
        "lib\/gmail.js",
        "lib\/jsrender.js",
        "lib\/js.cookie.js",
        "containers.js",
        "templates\/templates.html",
        "imgs\/BS4_Login_Invalid.png",
        "imgs\/BS4_PrivateKeySmall.png",
        "imgs\/GmailEncr_LoginTut_New.jpg",
        "imgs\/GmailEncr_2018_logoBig.png",
        "imgs\/GmailEncr_2018_AttesaAnimataLogin.gif",
        "imgs\/BS4_Attachments_Warning_Small.png",
        "imgs\/BS4_composeIconRed.png",
        "imgs\/BS4_composeIconWhite.png",
        "imgs\/app-5.png",
        "imgs\/GmailEncr2018_16x16.png"
    ],
    "manifest_version": 2
}