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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Основная информация о расширении
Название | 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!" } } |