/remind for Slack
Send /command messages to slack in batch
Co to jest /remind for Slack?
/remind for Slack to rozszerzenie Chrome opracowane przez mariko.kosaka, a jego główną funkcją jest „Send /command messages to slack in batch”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia /remind for Slack
Pobierz pliki rozszerzeń /remind for Slack 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
Chrome Extension which interact with Slack to send slash command messages in batch.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jhidninpnhafpdclaojpmomdkdnlpkif |
Oficjalny URL | https://chrome.google.com/webstore/detail/remind-for-slack/jhidninpnhafpdclaojpmomdkdnlpkif |
Opis | Send /command messages to slack in batch |
Rozmiar pliku | 36.21 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-02-26 |
Data Publikacji | 2016-02-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | mariko.kosaka |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/kosamari/remind/blob/master/README.md |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\/remind for Slack", "version": "1.0", "manifest_version": 2, "description": "Send \/command messages to slack in batch", "browser_action": { "default_popup": "popup.html", "default_icon": "img\/19.png" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*.slack.com\/*", "https:\/\/*.slack.com\/*" ] } |