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開發的Chrome擴展程式,該擴展的主要功能是“Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.”。

下載Shhlack擴展crx文件

下載Shhlack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Shhlack Shhlack
ID lfigmojkadnodbdodenijoadbobdgkgg
官方網址 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!"
    }
}