/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 |
官方網址 | 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\/*" ] } |