Shhlack

Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.

Shhlack क्या है?

Shhlack https://www.mindedsecurity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security."।

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

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

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

                        Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.                    

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

नाम Shhlack Shhlack
ID lfigmojkadnodbdodenijoadbobdgkgg
आधिकारिक URL https://chromewebstore.google.com/detail/shhlack/lfigmojkadnodbdodenijoadbobdgkgg
विवरण Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
फ़ाइल का आकार 134 KB
स्थापना संख्या 193
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2018-04-26
प्रकाशन तिथि 2018-04-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.mindedsecurity.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shhlack",
    "short_name": "Shhlack",
    "description": "Shhlack is an encryptor\/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.",
    "version": "1.0.8",
    "icons": {
        "16": "images\/logo_32.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_32.png",
        "64": "images\/logo_32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "shhlack.js",
                "injector.js"
            ],
            "matches": [
                "https:\/\/*.slack.com\/*",
                "http:\/\/*.slack.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*.slack.com\/*",
        "http:\/\/*.slack.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/logo_32.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_32.png",
            "64": "images\/logo_32.png"
        },
        "default_title": "Shhlack!"
    }
}