Badge Notifications for MS Teams PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Wat is Badge Notifications for MS Teams PWA?
Badge Notifications for MS Teams PWA is een Chrome-extensie ontwikkeld door iamacarpet, en de belangrijkste functie is "A tool to add a pending notification app badge (tested on Chrome OS)".
Extensie Screenshots
Download het CRX-bestand van de extensie Badge Notifications for MS Teams PWA
Download Badge Notifications for MS Teams PWA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | opcgcmanfocenaiippbgachholecmakm |
| Officiële URL | https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm |
| Beschrijving | A tool to add a pending notification app badge (tested on Chrome OS) |
| Bestandsgrootte | 18.21 KB |
| Aantal Installaties | 194 |
| Huidige Versie | 2.6 |
| Laatst Bijgewerkt | 2024-02-19 |
| Publicatiedatum | 2023-07-14 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | iamacarpet |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications |
| Ondersteunde Talen | 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"
}
} | |