Notifications and More for Outlook Web App

Display email count on the Outlook web app icon and adds some handy shortcuts

O que é Notifications and More for Outlook Web App?

Notifications and More for Outlook Web App é uma extensão do Chrome desenvolvida por James Hickmott, e sua principal característica é "Display email count on the Outlook web app icon and adds some handy shortcuts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Notifications and More for Outlook Web App

Baixe arquivos de extensão Notifications and More for Outlook Web App 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

                        Displays the unread email notification count on the outlook web app icon when you have your inbox displayed and the folder view open

You must install Outlook as a chrome web app

SHORTCUTS
Ctrl+Shift+A - Select all emails in a conversation                    

Informações Básicas da Extensão

Nome Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
URL Oficial https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih
Descrição Display email count on the Outlook web app icon and adds some handy shortcuts
Tamanho do Arquivo 57.1 KB
Contagem de Instalações 1,655
Versão Atual 1.4
Última Atualização 2022-01-19
Data de Publicação 2021-08-10
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor James Hickmott
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifications and More for Outlook Web App",
    "description": "Display email count on the Outlook web app icon and adds some handy shortcuts",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.office.com\/*"
            ],
            "js": [
                "jquery.1.11.1.min.js",
                "background.js"
            ]
        }
    ]
}