/remind for Slack
Send /command messages to slack in batch
What is /remind for Slack?
/remind for Slack is a Chrome extension developed by mariko.kosaka, and its main feature is "Send /command messages to slack in batch".
Extension Screenshots
Download /remind for Slack Extension CRX File
Download /remind for Slack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome Extension which interact with Slack to send slash command messages in batch.
Extension Basic Information
Name | |
ID | jhidninpnhafpdclaojpmomdkdnlpkif |
Official URL | https://chrome.google.com/webstore/detail/remind-for-slack/jhidninpnhafpdclaojpmomdkdnlpkif |
Description | Send /command messages to slack in batch |
File Size | 36.21 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2016-02-26 |
Publish Date | 2016-02-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mariko.kosaka |
Payment Type | free |
Help Page URL | https://github.com/kosamari/remind/blob/master/README.md |
Supported Languages | 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\/*" ] } |