CloudMask

CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data

CloudMask क्या है?

CloudMask https://cloudmask.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        CloudMask extension transparently encrypts data in Gmail, Google Drive, and other Cloud applications. 

Use CloudMask to create secure email threads, folders, files, and records. Share them as usual with the complete peace of mind that no one else, not even us, can get to your private data. 

CloudMask technology is Common Criteria certified. The certification approved by 26 cyber-security agencies around the world. Please visit our site to learn more about our patented security methods.

Try CloudMask Professional edition for free. 

Our Starter edition is available for free for as long as you like.                    

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

नाम CloudMask CloudMask
ID dcehnljkopnoaghflkbaipgkifjnifip
आधिकारिक URL https://chromewebstore.google.com/detail/cloudmask/dcehnljkopnoaghflkbaipgkifjnifip
विवरण CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data
फ़ाइल का आकार 2.69 MB
स्थापना संख्या 73
वर्तमान संस्करण 2.0.993
अंतिम अपडेट 2019-12-25
प्रकाशन तिथि 2019-12-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://cloudmask.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.cloudmask.com
गोपनीयता नीति पृष्ठ URL https://www.cloudmask.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloudMask",
    "short_name": "CloudMask",
    "description": "CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data",
    "version": "2.0.993",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "deps.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "sandbox-closure.js",
                "sandbox-injector.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "CloudMask Security Add-On"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cloudmask.com\/*",
            "http:\/\/localhost:4200\/*"
        ]
    },
    "web_accessible_resources": [
        "pages\/*",
        "css\/*",
        "images\/*"
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webNavigation",
        "activeTab",
        "storage",
        "tabs",
        "notifications",
        "cookies",
        "downloads",
        "idle",
        "unlimitedStorage",
        "nativeMessaging",
        "identity"
    ]
}