Badge Notifications for Outlook PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Hvad er Badge Notifications for Outlook PWA?
Badge Notifications for Outlook 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 Outlook PWA-udvidelses-CRX-fil
Download Badge Notifications for Outlook 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 Outlook 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 | elfppjipmocfejmaeaebplcimjagkcma |
| Officiel URL | https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma |
| Beskrivelse | A tool to add a pending notification app badge (tested on Chrome OS) |
| Filstørrelse | 19.11 KB |
| Antal Installationer | 218 |
| Nuværende Version | 1.6 |
| Senest Opdateret | 2023-12-18 |
| Udgivelsesdato | 2023-07-05 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | iamacarpet |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |