Shhlack

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

ما هو Shhlack؟

Shhlack هو إضافة Chrome تم تطويرها بواسطة https://www.mindedsecurity.com، والميزة الرئيسية لها هي "Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.".

تحميل ملف CRX للإضافة Shhlack

قم بتنزيل ملفات الامتداد Shhlack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!"
    }
}