Slack Channel Category
enable to categorize your slack channels
Hvad er Slack Channel Category?
Slack Channel Category er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "enable to categorize your slack channels".
Udvidelsesskærmbilleder
Download Slack Channel Category-udvidelses-CRX-fil
Download Slack Channel Category-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
-------------------------- 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
Grundlæggende oplysninger om udvidelsen
Navn | Slack Channel Category |
ID | djlkdalfneeoooaehkajnofonbnjfmph |
Officiel URL | https://chromewebstore.google.com/detail/slack-channel-category/djlkdalfneeoooaehkajnofonbnjfmph |
Beskrivelse | enable to categorize your slack channels |
Filstørrelse | 17.11 KB |
Antal Installationer | 64 |
Nuværende Version | 1.0.1.3 |
Senest Opdateret | 2019-12-22 |
Udgivelsesdato | 2019-12-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/yamy1114ky/slack-channel-category |
Understøttede Sprog | 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" ] } ] } |