Slack Panels

Add custom panels in your Slack

Slack Panels là gì?

Slack Panels là một tiện ích mở rộng Chrome được phát triển bởi https://slack-panels.devo.fr, và tính năng chính của nó là "Add custom panels in your Slack".

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

screenshot
screenshot

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

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

                        Make Slack more powerful and add custom panels in the sidebar. Check your email, keep an eye on your agenda. It's up to you !                    

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

Tên Slack Panels Slack Panels
ID gdlgkmbcejiegkhahkpcoakckpflljek
URL Chính Thức https://chrome.google.com/webstore/detail/slack-panels/gdlgkmbcejiegkhahkpcoakckpflljek
Mô tả Add custom panels in your Slack
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-02-29
Ngày Phát Hành 2016-02-29
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://slack-panels.devo.fr
Loại Thanh Toán free
Trang Web Mở Rộng https://slack-panels.devo.fr/
URL Trang Trợ Giúp https://slack-panels.devo.fr/#manual
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Panels",
    "description": "Add custom panels in your Slack",
    "version": "1.0.1",
    "author": "Julien Tilap LA VINH",
    "homepage_url": "https:\/\/slack-panels.devo.fr\/",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icons\/icon016.png",
        "32": "icons\/icon032.png",
        "48": "icons\/icon048.png",
        "64": "icons\/icon064.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "style\/panels.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content\/setuppanel.html"
    ]
}