Shhlack
Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.
Co to jest Shhlack?
Shhlack to rozszerzenie Chrome opracowane przez https://www.mindedsecurity.com, a jego główną funkcją jest „Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security.”.
Pobierz plik CRX rozszerzenia Shhlack
Pobierz pliki rozszerzeń Shhlack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lfigmojkadnodbdodenijoadbobdgkgg |
| Oficjalny URL | https://chromewebstore.google.com/detail/shhlack/lfigmojkadnodbdodenijoadbobdgkgg |
| Opis | Shhlack is an encryptor/decryptor to improve privacy in peer to peer messages in Slack. Created by Minded Security. |
| Rozmiar pliku | 134 KB |
| Liczba instalacji | 193 |
| Aktualna Wersja | 1.0.8 |
| Ostatnia Aktualizacja | 2018-04-26 |
| Data Publikacji | 2018-04-26 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://www.mindedsecurity.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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!"
}
} | |