/remind for Slack
Send /command messages to slack in batch
/remind for Slackとは何ですか?
/remind for Slackはmariko.kosakaによって開発されたChromeの拡張機能で、その主な機能は「Send /command messages to slack in batch」です。
拡張機能のスクリーンショット
/remind for Slack拡張機能のCRXファイルをダウンロード
/remind for Slack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Extension which interact with Slack to send slash command messages in batch. 拡張機能の基本情報
| 名前 | |
| ID | jhidninpnhafpdclaojpmomdkdnlpkif |
| 公式URL | https://chrome.google.com/webstore/detail/remind-for-slack/jhidninpnhafpdclaojpmomdkdnlpkif |
| 説明 | Send /command messages to slack in batch |
| ファイルサイズ | 36.21 KB |
| インストール数 | 30 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-02-26 |
| 公開日 | 2016-02-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | mariko.kosaka |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/kosamari/remind/blob/master/README.md |
| 対応言語 | 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\/*"
]
} | |