/remind for Slack
Send /command messages to slack in batch
Wat is /remind for Slack?
/remind for Slack is een Chrome-extensie ontwikkeld door mariko.kosaka, en de belangrijkste functie is "Send /command messages to slack in batch".
Extensie Screenshots
Download het CRX-bestand van de extensie /remind for Slack
Download /remind for Slack-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
Chrome Extension which interact with Slack to send slash command messages in batch.
Basisinformatie over de Extensie
Naam | |
ID | jhidninpnhafpdclaojpmomdkdnlpkif |
Officiële URL | https://chrome.google.com/webstore/detail/remind-for-slack/jhidninpnhafpdclaojpmomdkdnlpkif |
Beschrijving | Send /command messages to slack in batch |
Bestandsgrootte | 36.21 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-02-26 |
Publicatiedatum | 2016-02-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mariko.kosaka |
Betalingswijze | free |
Help Pagina-URL | https://github.com/kosamari/remind/blob/master/README.md |
Ondersteunde Talen | 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\/*" ] } |