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 ! 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |