mattermost-chrome-badge
A chrome plugin to show the number of unread messages in mattermost.
Co je mattermost-chrome-badge?
mattermost-chrome-badge je rozšíření Chrome vyvinuté Michel D, a jeho hlavní funkcí je „A chrome plugin to show the number of unread messages in mattermost.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření mattermost-chrome-badge
Stáhněte si soubory rozšíření mattermost-chrome-badge ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | mattermost-chrome-badge |
ID | ahmlpiknebpepidendbfmflbipgbioob |
Oficiální URL | https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob |
Popis | A chrome plugin to show the number of unread messages in mattermost. |
Velikost souboru | 71.28 KB |
Počet instalací | 1,135 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2016-03-18 |
Datum Vydání | 2016-03-18 |
Hodnocení | 4.78/5 Celkem 9 Hodnocení |
Vývojář | Michel D |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/dahdahm/mattermost-chrome-badge |
Podporované Jazyky | 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" ] } |