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.

O que é Display Unread Count in Tab for OWA?

Display Unread Count in Tab for OWA é uma extensão do Chrome desenvolvida por Jared Pavan, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Display Unread Count in Tab for OWA

Baixe arquivos de extensão Display Unread Count in Tab for OWA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 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
Descrição This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
Tamanho do Arquivo 26.93 KB
Contagem de Instalações 163
Versão Atual 1.2.3
Última Atualização 2014-01-03
Data de Publicação 2014-01-03
Classificação 3.88/5 Total de 8 Avaliações
Desenvolvedor Jared Pavan
Tipo de Pagamento free
Site da Extensão https://github.com/pavanjared/OWA-Unread-Message-Count
Idiomas Suportados 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"
            ]
        }
    ]
}