Slack Panels
Add custom panels in your Slack
Cos'è Slack Panels?
Slack Panels è un'estensione di Chrome sviluppata da https://slack-panels.devo.fr, e la sua funzione principale è "Add custom panels in your Slack".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slack Panels
Scarica i file di estensione Slack Panels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !
Informazioni di Base sull'Estensione
Nome | Slack Panels |
ID | gdlgkmbcejiegkhahkpcoakckpflljek |
URL Ufficiale | https://chrome.google.com/webstore/detail/slack-panels/gdlgkmbcejiegkhahkpcoakckpflljek |
Descrizione | Add custom panels in your Slack |
Dimensione del File | 108 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-02-29 |
Data di Pubblicazione | 2016-02-29 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://slack-panels.devo.fr |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://slack-panels.devo.fr/ |
URL della Pagina di Aiuto | https://slack-panels.devo.fr/#manual |
Lingue Supportate | 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" ] } |