Badge Notifications for MS Teams PWA

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

Qu'est-ce que Badge Notifications for MS Teams PWA ?

Badge Notifications for MS Teams PWA est une extension Chrome développée par iamacarpet, et sa fonction principale est "A tool to add a pending notification app badge (tested on Chrome OS)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Badge Notifications for MS Teams PWA

Téléchargez les fichiers d'extension Badge Notifications for MS Teams PWA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Badge Notifications for MS Teams PWA Badge Notifications for MS Teams PWA
ID opcgcmanfocenaiippbgachholecmakm
URL Officiel https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm
Description A tool to add a pending notification app badge (tested on Chrome OS)
Taille du Fichier 18.21 KB
Nombre d'Installations 194
Version Actuelle 2.6
Dernière Mise à Jour 2024-02-19
Date de Publication 2023-07-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur iamacarpet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications
Langues Prises en Charge 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"
    }
}