Badge Notifications for MS Teams PWA

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

What is Badge Notifications for MS Teams PWA?

Badge Notifications for MS Teams PWA is a Chrome extension developed by iamacarpet, and its main feature is "A tool to add a pending notification app badge (tested on Chrome OS)".

Extension Screenshots

screenshot

Download Badge Notifications for MS Teams PWA Extension CRX File

Download Badge Notifications for MS Teams PWA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Badge Notifications for MS Teams PWA Badge Notifications for MS Teams PWA
ID opcgcmanfocenaiippbgachholecmakm
Official URL https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm
Description A tool to add a pending notification app badge (tested on Chrome OS)
File Size 18.21 KB
Installation Count 194
Current Version 2.6
Last Updated 2024-02-19
Publish Date 2023-07-14
Rating 5.00/5 Total 1 Ratings
Developer iamacarpet
Email [email protected]
Payment Type free
Extension Website https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications
Supported Languages 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"
    }
}