/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\/*" ] } |