Shhlack

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

Cos'è Shhlack?

Shhlack è un'estensione di Chrome sviluppata da https://www.mindedsecurity.com, e la sua funzione principale è "Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.".

Scarica il file CRX dell'estensione Shhlack

Scarica i file di estensione Shhlack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Shhlack Shhlack
ID lfigmojkadnodbdodenijoadbobdgkgg
URL Ufficiale https://chromewebstore.google.com/detail/shhlack/lfigmojkadnodbdodenijoadbobdgkgg
Descrizione Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Dimensione del File 134 KB
Conteggio Installazioni 193
Versione Corrente 1.0.8
Ultimo Aggiornamento 2018-04-26
Data di Pubblicazione 2018-04-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.mindedsecurity.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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!"
    }
}