Lockmagic Gmail Encryption

Send secure, end to end encrypted email messages to anyone in the world while maintaining control of your shared content

Lockmagic Gmail Encryption क्या है?

Lockmagic Gmail Encryption https://www.lockmagic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send secure, end to end encrypted email messages to anyone in the world while maintaining control of your shared content"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ★🔓 Seamless End-to-End Encryption
- Patented identity-based client-side email encryption.
- Simple to use, quick and secure.

★ Effortless Email Encryption 
- Users don't have to change the way they work.
- Fully integrated inside GMail UI for best user experience.
- Recipients internal or external don't have to install any software. 

★ Enables compliance and data privacy regulations - FERPA, CCPA, HIPAA, and more
- Doctors, Teachers, Accountants, Lawyers, and others are using LockMagic to protect sensitive information to meet regulatory compliance.

★ Data Privacy
- Data stays private in your local device at all times.
- You don't have to trust Gmail or any messaging system with your sensitive emails.

★ 🔏 Seamless Secure Sharing 
- Send encrypted messages and attachments while maintaining control to anyone in the world 

★ Stay in control of your data
- Set message expiration, revoke messages anytime, copy protect message and attachments, disable forwarding and more. 

★ One-Click Encryption
- With a single click the entire message is encrypted before it is sent. 
- Attach large files of any size.

★ 🌐 Always-On Protection
- Email messages are sent and stored encrypted at all times.
-  Blocks recipients from forwarding secure messages to unintended people.
- Automatic encryption of reply messages.
- Download and store encrypted messages anywhere.

★ 📳 Stay Informed
- Learn who, when and where your email messages are viewed in a world map.
- Receive read receipt and email notifications whenever your messages are viewed.
- Receive instant notifications on your mobile phone.

★ ⛔ Recall, unsend and revoke access to secure messages at any time.

★ ⏳ Set expiry time to control messages lifetime to create self destructing messages.


Learn more at https://www.lockmagic.com/gext/help.html or contact us at [email protected]

By clicking the “Install” button above, or by otherwise downloading or installing the Lockmagic Gmail Encryption Extension referenced above, you consent to be bound by the Lockmagic Terms of Usage 
(https://www.lockmagic.com/doc/terms.pdf).  If you are installing the Lockmagic Gmail Encryption Extension, or otherwise accepting the Lockmagic Terms of Usage, on behalf of an entity, you represent to Lockmagic that you have the legal authority to do so.                    

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

नाम Lockmagic Gmail Encryption Lockmagic Gmail Encryption
ID gmginoamabjegaokkopplmenagbgdojn
आधिकारिक URL https://chromewebstore.google.com/detail/lockmagic-gmail-encryptio/gmginoamabjegaokkopplmenagbgdojn
विवरण Send secure, end to end encrypted email messages to anyone in the world while maintaining control of your shared content
फ़ाइल का आकार 1.78 MB
स्थापना संख्या 2,072
वर्तमान संस्करण 5.15
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2019-05-07
रेटिंग 4.50/5 कुल 10 रेटिंग्स
डेवलपर https://www.lockmagic.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.lockmagic.com
सहायता पृष्ठ URL http://www.lockmagic.com/gext/help.html
गोपनीयता नीति पृष्ठ URL https://www.lockmagic.com/doc/privacy.pdf
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lockmagic Gmail Encryption",
    "short_name": "LmGmail",
    "description": "Send secure, end to end encrypted email messages to anyone in the world while maintaining control of your shared content",
    "version": "5.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail-attachment.googleusercontent.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "allv7.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/www.lockmagic.com\/",
        "https:\/\/docs.google.com\/",
        "https:\/\/drive.google.com\/",
        "https:\/\/*.googleusercontent.com\/",
        "https:\/\/*.google.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "xlsx.html",
                "docx.html",
                "pdf.html",
                "media.html",
                "tiff.html",
                "download.html",
                "logo.png",
                "spinwheel.gif",
                "pageworld.js"
            ],
            "extension_ids": [
                "gmginoamabjegaokkopplmenagbgdojn"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self'; img-src 'self' blob: data:; media-src blob: data:;object-src 'self' blob:;style-src 'self' https:\/\/www.lockmagic.com;connect-src https:\/\/*.google.com blob:* https:\/\/mail.google.com https:\/\/*.googleusercontent.com https:\/\/docs.google.com https:\/\/drive.google.com https:\/\/mail-attachment.googleusercontent.com;"
    },
    "manifest_version": 3
}