Slack Channel Category

enable to categorize your slack channels

Slack Channel Category क्या है?

Slack Channel Category Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "enable to categorize your slack channels"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slack Channel Category एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

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                    

एक्सटेंशन की मूल जानकारी

नाम Slack Channel Category Slack Channel Category
ID djlkdalfneeoooaehkajnofonbnjfmph
आधिकारिक URL https://chromewebstore.google.com/detail/slack-channel-category/djlkdalfneeoooaehkajnofonbnjfmph
विवरण enable to categorize your slack channels
फ़ाइल का आकार 17.11 KB
स्थापना संख्या 64
वर्तमान संस्करण 1.0.1.3
अंतिम अपडेट 2019-12-22
प्रकाशन तिथि 2019-12-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/yamy1114ky/slack-channel-category
समर्थित भाषाएँ 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"
            ]
        }
    ]
}