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 |
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 |
Eメール | [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!" } } |