slack-status

Change your Slack status.

slack-statusคืออะไร?

slack-status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย braitom และคุณลักษณะหลักของมันคือ "Change your Slack status."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย slack-status

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

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

                        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                    

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

ชื่อ slack-status slack-status
ID hfcoofmkdafpgfdcbokphafoefgecloo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slack-status/hfcoofmkdafpgfdcbokphafoefgecloo
คำอธิบาย Change your Slack status.
ขนาดไฟล์ 227 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-04-16
วันที่เผยแพร่ 2017-04-16
ผู้พัฒนา braitom
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}