slack-status

Change your Slack status.

slack-status là gì?

slack-status là một tiện ích mở rộng Chrome được phát triển bởi braitom, và tính năng chính của nó là "Change your Slack status.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng slack-status

Tải xuống các tệp mở rộng slack-status 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

                        Quickly change your slack status.

You can save the status of Slack as a template and reflect it immediately.

Notice:
First you need to set Slack Token and status with extension options

Update:
2017/04/16 ; Bug fix                    

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

Tên slack-status slack-status
ID hfcoofmkdafpgfdcbokphafoefgecloo
URL Chính Thức https://chromewebstore.google.com/detail/slack-status/hfcoofmkdafpgfdcbokphafoefgecloo
Mô tả Change your Slack status.
Kích Thước Tệp 227 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-04-16
Ngày Phát Hành 2017-04-16
Nhà Phát Triển braitom
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": ".\/image\/icon128.png",
        "default_popup": "popup.html"
    },
    "description": "Change your Slack status.",
    "icons": {
        "16": ".\/image\/icon16.png",
        "48": ".\/image\/icon48.png",
        "128": ".\/image\/icon128.png"
    },
    "manifest_version": 2,
    "name": "slack-status",
    "options_page": "options.html",
    "permissions": [],
    "version": "1.0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}