mattermost-chrome-badge

A chrome plugin to show the number of unread messages in mattermost.

mattermost-chrome-badgeคืออะไร?

mattermost-chrome-badge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michel D และคุณลักษณะหลักของมันคือ "A chrome plugin to show the number of unread messages in mattermost."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย mattermost-chrome-badge

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

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

                        A chrome badge that shows the number of unread private messages in Mattermost. It also shows if there are any new messages in channels or private groups.

The badge has the following states:

- grey icon with a question mark when the extension is not configured, black otherwise;
- the number of unread private messages are shown in red;
- the icon turns blue when there is one or more private group or channel unread messages.                    

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

ชื่อ mattermost-chrome-badge mattermost-chrome-badge
ID ahmlpiknebpepidendbfmflbipgbioob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob
คำอธิบาย A chrome plugin to show the number of unread messages in mattermost.
ขนาดไฟล์ 71.28 KB
จำนวนการติดตั้ง 1,135
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2016-03-18
วันที่เผยแพร่ 2016-03-18
คะแนน 4.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Michel D
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dahdahm/mattermost-chrome-badge
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mattermost-chrome-badge",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "A chrome plugin to show the number of unread messages in mattermost.",
    "homepage_url": "https:\/\/github.com\/dahdahm\/mattermost-chrome-badge",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon96.png",
        "default_title": "Mattermost Chrome Badge"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}