/remind for Slack
Send /command messages to slack in batch
Qu'est-ce que /remind for Slack ?
/remind for Slack est une extension Chrome développée par mariko.kosaka, et sa fonction principale est "Send /command messages to slack in batch".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension /remind for Slack
Téléchargez les fichiers d'extension /remind for Slack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome Extension which interact with Slack to send slash command messages in batch.
Informations de Base sur l'Extension
Nom | |
ID | jhidninpnhafpdclaojpmomdkdnlpkif |
URL Officiel | https://chrome.google.com/webstore/detail/remind-for-slack/jhidninpnhafpdclaojpmomdkdnlpkif |
Description | Send /command messages to slack in batch |
Taille du Fichier | 36.21 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-02-26 |
Date de Publication | 2016-02-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mariko.kosaka |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/kosamari/remind/blob/master/README.md |
Langues Prises en Charge | 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\/*" ] } |