mattermost-chrome-badge
A chrome plugin to show the number of unread messages in mattermost.
Qu'est-ce que mattermost-chrome-badge ?
mattermost-chrome-badge est une extension Chrome développée par Michel D, et sa fonction principale est "A chrome plugin to show the number of unread messages in mattermost.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension mattermost-chrome-badge
Téléchargez les fichiers d'extension mattermost-chrome-badge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | mattermost-chrome-badge |
ID | ahmlpiknebpepidendbfmflbipgbioob |
URL Officiel | https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob |
Description | A chrome plugin to show the number of unread messages in mattermost. |
Taille du Fichier | 71.28 KB |
Nombre d'Installations | 1,135 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2016-03-18 |
Date de Publication | 2016-03-18 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | Michel D |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dahdahm/mattermost-chrome-badge |
Langues Prises en Charge | 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" ] } |