Shhlack

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

Was ist Shhlack?

Shhlack ist eine Chrome-Erweiterung, die von https://www.mindedsecurity.com entwickelt wurde, und ihr Hauptmerkmal ist "Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.".

Shhlack-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shhlack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Shhlack Shhlack
ID lfigmojkadnodbdodenijoadbobdgkgg
Offizielle URL https://chromewebstore.google.com/detail/shhlack/lfigmojkadnodbdodenijoadbobdgkgg
Beschreibung Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Dateigröße 134 KB
Installationsanzahl 193
Aktuelle Version 1.0.8
Letztes Update 2018-04-26
Veröffentlichungsdatum 2018-04-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.mindedsecurity.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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!"
    }
}