Slack Panels
Add custom panels in your Slack
什么是Slack Panels?
Slack Panels是由https://slack-panels.devo.fr开发的Chrome扩展程序,该扩展的主要功能是“Add custom panels in your Slack”。
扩展截图
下载Slack Panels扩展crx文件
下载Slack Panels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make Slack more powerful and add custom panels in the sidebar. Check your email, keep an eye on your agenda. It's up to you !
扩展基本信息
名称 | Slack Panels |
ID | gdlgkmbcejiegkhahkpcoakckpflljek |
官方URL | https://chrome.google.com/webstore/detail/slack-panels/gdlgkmbcejiegkhahkpcoakckpflljek |
简介 | Add custom panels in your Slack |
文件大小 | 108 KB |
安装次数 | 48 |
当前版本 | 1.0.1 |
更新时间 | 2016-02-29 |
上架时间 | 2016-02-29 |
评分 | 3.00/5 共2次评分 |
开发者 | https://slack-panels.devo.fr |
付费类型 | free |
扩展官网 | https://slack-panels.devo.fr/ |
帮助页面URL | https://slack-panels.devo.fr/#manual |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slack Panels", "description": "Add custom panels in your Slack", "version": "1.0.1", "author": "Julien Tilap LA VINH", "homepage_url": "https:\/\/slack-panels.devo.fr\/", "permissions": [ "activeTab" ], "icons": { "16": "icons\/icon016.png", "32": "icons\/icon032.png", "48": "icons\/icon048.png", "64": "icons\/icon064.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.slack.com\/*" ], "js": [ "background.js" ], "css": [ "style\/panels.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content\/setuppanel.html" ] } |