mattermost-chrome-badge

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

Wat is mattermost-chrome-badge?

mattermost-chrome-badge is een Chrome-extensie ontwikkeld door Michel D, en de belangrijkste functie is "A chrome plugin to show the number of unread messages in mattermost.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie mattermost-chrome-badge

Download mattermost-chrome-badge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam mattermost-chrome-badge mattermost-chrome-badge
ID ahmlpiknebpepidendbfmflbipgbioob
Officiële URL https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob
Beschrijving A chrome plugin to show the number of unread messages in mattermost.
Bestandsgrootte 71.28 KB
Aantal Installaties 1,135
Huidige Versie 1.1.1
Laatst Bijgewerkt 2016-03-18
Publicatiedatum 2016-03-18
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar Michel D
Betalingswijze free
Extensiewebsite https://github.com/dahdahm/mattermost-chrome-badge
Ondersteunde Talen 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"
    ]
}