Badge Notifications for Gmail PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Wat is Badge Notifications for Gmail PWA?
Badge Notifications for Gmail 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 Gmail PWA
Download Badge Notifications for Gmail 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 Gmail 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 Gmail PWA |
ID | ddkjoljjbgpkohjghilljalfblkcleep |
Officiële URL | https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep |
Beschrijving | A tool to add a pending notification app badge (tested on Chrome OS) |
Bestandsgrootte | 8.77 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-07-12 |
Publicatiedatum | 2023-07-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | iamacarpet |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Badge Notifications for Gmail PWA", "version": "1.2", "description": "A tool to add a pending notification app badge (tested on Chrome OS)", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "128": "images\/icon128.png" } } |