Slack Channel Category

enable to categorize your slack channels

Slack Channel Category là gì?

Slack Channel Category là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "enable to categorize your slack channels".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack Channel Category

Tải xuống các tệp mở rộng Slack Channel Category dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack Channel Category Slack Channel Category
ID djlkdalfneeoooaehkajnofonbnjfmph
URL Chính Thức https://chromewebstore.google.com/detail/slack-channel-category/djlkdalfneeoooaehkajnofonbnjfmph
Mô tả enable to categorize your slack channels
Kích Thước Tệp 17.11 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0.1.3
Cập Nhật Lần Cuối 2019-12-22
Ngày Phát Hành 2019-12-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yamy1114ky/slack-channel-category
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}