Badge Notifications for MS Teams PWA

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

Cos'è Badge Notifications for MS Teams PWA?

Badge Notifications for MS Teams PWA è un'estensione di Chrome sviluppata da iamacarpet, e la sua funzione principale è "A tool to add a pending notification app badge (tested on Chrome OS)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Badge Notifications for MS Teams PWA

Scarica i file di estensione Badge Notifications for MS Teams PWA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Badge Notifications for MS Teams PWA Badge Notifications for MS Teams PWA
ID opcgcmanfocenaiippbgachholecmakm
URL Ufficiale https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm
Descrizione A tool to add a pending notification app badge (tested on Chrome OS)
Dimensione del File 18.21 KB
Conteggio Installazioni 194
Versione Corrente 2.6
Ultimo Aggiornamento 2024-02-19
Data di Pubblicazione 2023-07-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore iamacarpet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications
Lingue Supportate 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"
    }
}