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!" } } |