Badge Notifications for Outlook PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Wat is Badge Notifications for Outlook PWA?
Badge Notifications for Outlook 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 Outlook PWA
Download Badge Notifications for Outlook 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 Outlook as an app (PWA). PWA badge notifications are supported on Windows, macOS and ChromeOS: https://chromestatus.com/feature/6068482055602176
Basisinformatie over de Extensie
Naam | Badge Notifications for Outlook PWA |
ID | elfppjipmocfejmaeaebplcimjagkcma |
Officiële URL | https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma |
Beschrijving | A tool to add a pending notification app badge (tested on Chrome OS) |
Bestandsgrootte | 19.11 KB |
Aantal Installaties | 218 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2023-12-18 |
Publicatiedatum | 2023-07-05 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | iamacarpet |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |