Badge Notifications for MS Teams PWA

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

O que é Badge Notifications for MS Teams PWA?

Badge Notifications for MS Teams 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 MS Teams PWA

Baixe arquivos de extensão Badge Notifications for MS Teams 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 MS Teams 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 MS Teams PWA Badge Notifications for MS Teams PWA
ID opcgcmanfocenaiippbgachholecmakm
URL Oficial https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm
Descrição A tool to add a pending notification app badge (tested on Chrome OS)
Tamanho do Arquivo 18.21 KB
Contagem de Instalações 194
Versão Atual 2.6
Última Atualização 2024-02-19
Data de Publicação 2023-07-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor iamacarpet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Badge Notifications for MS Teams PWA",
    "version": "2.6",
    "description": "A tool to add a pending notification app badge (tested on Chrome OS)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.teams.microsoft.com\/*",
                "https:\/\/*.teams.microsoft.com.mcas.ms\/*",
                "https:\/\/*.teams.microsoft.us.mcas-gov.us\/*",
                "https:\/\/*.teams.microsoft.us\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/teamsIcon.png",
        "128": "images\/teamsIcon.png"
    }
}