Display Unread Count in Tab for OWA

This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.

Qu'est-ce que Display Unread Count in Tab for OWA ?

Display Unread Count in Tab for OWA est une extension Chrome développée par Jared Pavan, et sa fonction principale est "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Display Unread Count in Tab for OWA

Téléchargez les fichiers d'extension Display Unread Count in Tab for OWA 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

                        I found myself annoyed by the Outlook Web App because one has to actually click on the OWA tab to see if you have any messages. With this extension, one can work in other tabs and know if they have any messages waiting for them or not.

This extension works with the OWA URL format https://*/owa/*

Support the development of this extension via Bitcoin or Dogecoin (for transparency)!
Bitcoin: 1DjZehKXGKAfecbcDYsjzT7pTmCXt5mFE1
Dogecoin: DPWbVMZespWTk9WVZQ8D5u25EPHvWiDrVn                    

Informations de Base sur l'Extension

Nom Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
URL Officiel https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
Description This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
Taille du Fichier 26.93 KB
Nombre d'Installations 163
Version Actuelle 1.2.3
Dernière Mise à Jour 2014-01-03
Date de Publication 2014-01-03
Évaluation 3.88/5 Total 8 Évaluations
Développeur Jared Pavan
Type de Paiement free
Site Web de l'Extension https://github.com/pavanjared/OWA-Unread-Message-Count
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display Unread Count in Tab for OWA",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*"
            ],
            "js": [
                "Unread_Count_OWA.user.js"
            ]
        }
    ]
}