mattermost-chrome-badge

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

¿Qué es mattermost-chrome-badge?

mattermost-chrome-badge es una extensión de Chrome desarrollada por Michel D, y su función principal es "A chrome plugin to show the number of unread messages in mattermost.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión mattermost-chrome-badge

Descarga archivos de extensión mattermost-chrome-badge en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre mattermost-chrome-badge mattermost-chrome-badge
ID ahmlpiknebpepidendbfmflbipgbioob
URL Oficial https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob
Descripción A chrome plugin to show the number of unread messages in mattermost.
Tamaño del Archivo 71.28 KB
Cantidad de Instalaciones 1,135
Versión Actual 1.1.1
Última Actualización 2016-03-18
Fecha de Publicación 2016-03-18
Calificación 4.78/5 Total de 9 Calificaciones
Desarrollador Michel D
Tipo de Pago free
Sitio Web de la Extensión https://github.com/dahdahm/mattermost-chrome-badge
Idiomas Soportados 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"
    ]
}