Shhlack
Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Apa itu Shhlack?
Shhlack adalah ekstensi Chrome yang dikembangkan oleh https://www.mindedsecurity.com, dan fitur utamanya adalah "Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.".
Unduh Berkas CRX Ekstensi Shhlack
Unduh file ekstensi Shhlack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Informasi Dasar Ekstensi
Nama | Shhlack |
ID | lfigmojkadnodbdodenijoadbobdgkgg |
URL Resmi | https://chromewebstore.google.com/detail/shhlack/lfigmojkadnodbdodenijoadbobdgkgg |
Deskripsi | Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security. |
Ukuran File | 134 KB |
Jumlah Instalasi | 193 |
Versi Saat Ini | 1.0.8 |
Terakhir Diperbarui | 2018-04-26 |
Tanggal Publikasi | 2018-04-26 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://www.mindedsecurity.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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!" } } |