Badge Notifications for Outlook PWA

A tool to add a pending notification app badge (tested on Chrome OS)

O que é Badge Notifications for Outlook PWA?

Badge Notifications for Outlook PWA é uma extensão do Chrome desenvolvida por iamacarpet, e sua principal característica é "A tool to add a pending notification app badge (tested on Chrome OS)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Badge Notifications for Outlook PWA

Baixe arquivos de extensão Badge Notifications for Outlook PWA 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

                        Show badge notifications in the dock/shelf when using Outlook as an app (PWA).

PWA badge notifications are supported on Windows, macOS and ChromeOS:

https://chromestatus.com/feature/6068482055602176                    

Informações Básicas da Extensão

Nome Badge Notifications for Outlook PWA Badge Notifications for Outlook PWA
ID elfppjipmocfejmaeaebplcimjagkcma
URL Oficial https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma
Descrição A tool to add a pending notification app badge (tested on Chrome OS)
Tamanho do Arquivo 19.11 KB
Contagem de Instalações 218
Versão Atual 1.6
Última Atualização 2023-12-18
Data de Publicação 2023-07-05
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor iamacarpet
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Badge Notifications for Outlook PWA",
    "version": "1.6",
    "description": "A tool to add a pending notification app badge (tested on Chrome OS)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "256": "images\/outlookIcon.png"
    }
}