Badge Notifications for MS Teams PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Hvad er Badge Notifications for MS Teams PWA?
Badge Notifications for MS Teams PWA er en Chrome-udvidelse udviklet af iamacarpet, og dens hovedfunktion er "A tool to add a pending notification app badge (tested on Chrome OS)".
Udvidelsesskærmbilleder
Download Badge Notifications for MS Teams PWA-udvidelses-CRX-fil
Download Badge Notifications for MS Teams PWA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | opcgcmanfocenaiippbgachholecmakm |
| Officiel URL | https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm |
| Beskrivelse | A tool to add a pending notification app badge (tested on Chrome OS) |
| Filstørrelse | 18.21 KB |
| Antal Installationer | 194 |
| Nuværende Version | 2.6 |
| Senest Opdateret | 2024-02-19 |
| Udgivelsesdato | 2023-07-14 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | iamacarpet |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications |
| Understøttede Sprog | 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"
}
} | |