mattermost-chrome-badge
A chrome plugin to show the number of unread messages in mattermost.
Apa itu mattermost-chrome-badge?
mattermost-chrome-badge adalah ekstensi Chrome yang dikembangkan oleh Michel D, dan fitur utamanya adalah "A chrome plugin to show the number of unread messages in mattermost.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi mattermost-chrome-badge
Unduh file ekstensi mattermost-chrome-badge dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | mattermost-chrome-badge |
ID | ahmlpiknebpepidendbfmflbipgbioob |
URL Resmi | https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob |
Deskripsi | A chrome plugin to show the number of unread messages in mattermost. |
Ukuran File | 71.28 KB |
Jumlah Instalasi | 1,135 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2016-03-18 |
Tanggal Publikasi | 2016-03-18 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | Michel D |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dahdahm/mattermost-chrome-badge |
Bahasa yang Didukung | 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" ] } |