Slack Channel Category
enable to categorize your slack channels
Qu'est-ce que Slack Channel Category ?
Slack Channel Category est une extension Chrome développée par Unknown, et sa fonction principale est "enable to categorize your slack channels".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack Channel Category
Téléchargez les fichiers d'extension Slack Channel Category au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
-------------------------- This extension enable you to categorize slack channels. By categorizing channels, you can find target channels quickly. If you are not satisfied with channels division by only Star, this extension is surely useful for you. After installing this extension, you can create category for displaying channels separately. You can do following actions to created categories. - rename: change the name of the category - edit: add channels to the category / remove channels from the category - delete: delete the category github: https://github.com/yamy1114ky/slack-channel-category
Informations de Base sur l'Extension
Nom | Slack Channel Category |
ID | djlkdalfneeoooaehkajnofonbnjfmph |
URL Officiel | https://chromewebstore.google.com/detail/slack-channel-category/djlkdalfneeoooaehkajnofonbnjfmph |
Description | enable to categorize your slack channels |
Taille du Fichier | 17.11 KB |
Nombre d'Installations | 64 |
Version Actuelle | 1.0.1.3 |
Dernière Mise à Jour | 2019-12-22 |
Date de Publication | 2019-12-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/yamy1114ky/slack-channel-category |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slack Channel Category", "version": "1.0.1.3", "description": "enable to categorize your slack channels", "homepage_url": "https:\/\/github.com\/yamy1114ky\/slack-channel-category", "icons": { "16": ".\/icon\/icon16.png", "48": ".\/icon\/icon48.png", "128": ".\/icon\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/app.slack.com\/*" ], "js": [ ".\/bundle.js" ] } ] } |