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.

Cos'è Display Unread Count in Tab for OWA?

Display Unread Count in Tab for OWA è un'estensione di Chrome sviluppata da Jared Pavan, e la sua funzione principale è "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Display Unread Count in Tab for OWA

Scarica i file di estensione Display Unread Count in Tab for OWA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
URL Ufficiale https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
Descrizione This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
Dimensione del File 26.93 KB
Conteggio Installazioni 163
Versione Corrente 1.2.3
Ultimo Aggiornamento 2014-01-03
Data di Pubblicazione 2014-01-03
Valutazione 3.88/5 Totale 8 Valutazioni
Sviluppatore Jared Pavan
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pavanjared/OWA-Unread-Message-Count
Lingue Supportate 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"
            ]
        }
    ]
}