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é es Display Unread Count in Tab for OWA?

Display Unread Count in Tab for OWA es una extensión de Chrome desarrollada por Jared Pavan, y su función principal es "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Display Unread Count in Tab for OWA

Descarga archivos de extensión Display Unread Count in Tab for OWA 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

                        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                    

Información Básica de la Extensión

Nombre Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
URL Oficial https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
Descripción This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
Tamaño del Archivo 26.93 KB
Cantidad de Instalaciones 163
Versión Actual 1.2.3
Última Actualización 2014-01-03
Fecha de Publicación 2014-01-03
Calificación 3.88/5 Total de 8 Calificaciones
Desarrollador Jared Pavan
Tipo de Pago free
Sitio Web de la Extensión https://github.com/pavanjared/OWA-Unread-Message-Count
Idiomas Soportados 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"
            ]
        }
    ]
}