Badge Notifications for Outlook PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Was ist Badge Notifications for Outlook PWA?
Badge Notifications for Outlook PWA ist eine Chrome-Erweiterung, die von iamacarpet entwickelt wurde, und ihr Hauptmerkmal ist "A tool to add a pending notification app badge (tested on Chrome OS)".
Erweiterungsscreenshots
Badge Notifications for Outlook PWA-Erweiterungs-CRX-Datei herunterladen
Laden Sie Badge Notifications for Outlook PWA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Show badge notifications in the dock/shelf when using Outlook as an app (PWA).
PWA badge notifications are supported on Windows, macOS and ChromeOS:
https://chromestatus.com/feature/6068482055602176 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | elfppjipmocfejmaeaebplcimjagkcma |
| Offizielle URL | https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma |
| Beschreibung | A tool to add a pending notification app badge (tested on Chrome OS) |
| Dateigröße | 19.11 KB |
| Installationsanzahl | 218 |
| Aktuelle Version | 1.6 |
| Letztes Update | 2023-12-18 |
| Veröffentlichungsdatum | 2023-07-05 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | iamacarpet |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Badge Notifications for Outlook PWA",
"version": "1.6",
"description": "A tool to add a pending notification app badge (tested on Chrome OS)",
"content_scripts": [
{
"matches": [
"https:\/\/outlook.office.com\/*",
"https:\/\/outlook.office365.com\/*"
],
"js": [
"content-script.js"
]
}
],
"icons": {
"256": "images\/outlookIcon.png"
}
} | |