Kymono: Encrypt Everything

Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.

Kymono: Encrypt Everything क्या है?

Kymono: Encrypt Everything https://kymono.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use the Kymono Extension to do things like:
 - Send encrypted emails
 - Send encrypted email attachments
 - Encrypt cloud-stored documents
 - And much more

With the Kymono Extension you can encrypt PDFs, Images, Videos, etc for yourself or for any of your Kymono contacts. Kymono is free and uses AES256 encryption.

For more information see: https://kymono.io                    

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

नाम Kymono: Encrypt Everything Kymono: Encrypt Everything
ID dlkophhdhndodkhnbpgecdllccjgeijk
आधिकारिक URL https://chrome.google.com/webstore/detail/kymono-encrypt-everything/dlkophhdhndodkhnbpgecdllccjgeijk
विवरण Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.
फ़ाइल का आकार 1.46 MB
स्थापना संख्या 35
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-03-05
प्रकाशन तिथि 2019-03-05
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://kymono.io
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://kymono.io/faq
गोपनीयता नीति पृष्ठ URL https://kymono.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kymono: Encrypt Everything",
    "short_name": "Kymono",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.",
    "icons": {
        "16": "static\/img\/icon-16x16.png",
        "32": "static\/img\/icon-32x32.png",
        "96": "static\/img\/icon-96x96.png",
        "128": "static\/img\/icon-128x128.png",
        "192": "static\/img\/icon-192x192.png"
    },
    "background": {
        "scripts": [
            "static\/js\/manifest.js",
            "static\/js\/vendor.js",
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "unlimitedStorage",
        "downloads",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "webRequest",
        "*:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "static\/css\/contentscript.css"
            ],
            "js": [
                "static\/js\/manifest.js",
                "static\/js\/vendor.js",
                "static\/js\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "96": "static\/img\/icon-96x96.png",
            "32": "static\/img\/icon-32x32.png"
        },
        "default_title": "Kymono",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "static\/img\/icon-96x96.png",
        "inject.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com; object-src 'self'"
}