Slack Panels

Add custom panels in your Slack

Slack Panelsคืออะไร?

Slack Panels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slack-panels.devo.fr และคุณลักษณะหลักของมันคือ "Add custom panels in your Slack"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack Panels

ดาวน์โหลดไฟล์ส่วนขยาย Slack Panels ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 !                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slack Panels Slack Panels
ID gdlgkmbcejiegkhahkpcoakckpflljek
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/slack-panels/gdlgkmbcejiegkhahkpcoakckpflljek
คำอธิบาย Add custom panels in your Slack
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-02-29
วันที่เผยแพร่ 2016-02-29
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://slack-panels.devo.fr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://slack-panels.devo.fr/
URL หน้าช่วยเหลือ https://slack-panels.devo.fr/#manual
ภาษาที่รองรับ 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"
    ]
}