Slack Panels
Add custom panels in your Slack
Wat is Slack Panels?
Slack Panels is een Chrome-extensie ontwikkeld door https://slack-panels.devo.fr, en de belangrijkste functie is "Add custom panels in your Slack".
Extensie Screenshots
Download het CRX-bestand van de extensie Slack Panels
Download Slack Panels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 !
Basisinformatie over de Extensie
Naam | Slack Panels |
ID | gdlgkmbcejiegkhahkpcoakckpflljek |
Officiële URL | https://chrome.google.com/webstore/detail/slack-panels/gdlgkmbcejiegkhahkpcoakckpflljek |
Beschrijving | Add custom panels in your Slack |
Bestandsgrootte | 108 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-02-29 |
Publicatiedatum | 2016-02-29 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://slack-panels.devo.fr |
Betalingswijze | free |
Extensiewebsite | https://slack-panels.devo.fr/ |
Help Pagina-URL | https://slack-panels.devo.fr/#manual |
Ondersteunde Talen | 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" ] } |