Shhlack
Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Wat is Shhlack?
Shhlack is een Chrome-extensie ontwikkeld door https://www.mindedsecurity.com, en de belangrijkste functie is "Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.".
Download het CRX-bestand van de extensie Shhlack
Download Shhlack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Basisinformatie over de Extensie
Naam | Shhlack |
ID | lfigmojkadnodbdodenijoadbobdgkgg |
Officiële URL | https://chromewebstore.google.com/detail/shhlack/lfigmojkadnodbdodenijoadbobdgkgg |
Beschrijving | Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security. |
Bestandsgrootte | 134 KB |
Aantal Installaties | 193 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2018-04-26 |
Publicatiedatum | 2018-04-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.mindedsecurity.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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!" } } |