Slack Channel Category

enable to categorize your slack channels

Co to jest Slack Channel Category?

Slack Channel Category to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „enable to categorize your slack channels”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Slack Channel Category

Pobierz pliki rozszerzeń Slack Channel Category w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        --------------------------

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                    

Podstawowe informacje o rozszerzeniu

Nazwa Slack Channel Category Slack Channel Category
ID djlkdalfneeoooaehkajnofonbnjfmph
Oficjalny URL https://chromewebstore.google.com/detail/slack-channel-category/djlkdalfneeoooaehkajnofonbnjfmph
Opis enable to categorize your slack channels
Rozmiar pliku 17.11 KB
Liczba instalacji 64
Aktualna Wersja 1.0.1.3
Ostatnia Aktualizacja 2019-12-22
Data Publikacji 2019-12-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/yamy1114ky/slack-channel-category
Obsługiwane Języki 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"
            ]
        }
    ]
}