mattermost-chrome-badge

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

Τι είναι το mattermost-chrome-badge;

Το mattermost-chrome-badge είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michel D, και η κύρια λειτουργία του είναι "A chrome plugin to show the number of unread messages in mattermost.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης mattermost-chrome-badge

Λήψη αρχείων επέκτασης mattermost-chrome-badge σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα mattermost-chrome-badge mattermost-chrome-badge
ID ahmlpiknebpepidendbfmflbipgbioob
Επίσημο URL https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob
Περιγραφή A chrome plugin to show the number of unread messages in mattermost.
Μέγεθος Αρχείου 71.28 KB
Αριθμός Εγκαταστάσεων 1,135
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2016-03-18
Ημερομηνία Δημοσίευσης 2016-03-18
Αξιολόγηση 4.78/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Michel D
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/dahdahm/mattermost-chrome-badge
Υποστηριζόμενες Γλώσσες 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"
    ]
}