Badge Notifications for Gmail PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Co je Badge Notifications for Gmail PWA?
Badge Notifications for Gmail PWA je rozšíření Chrome vyvinuté iamacarpet, a jeho hlavní funkcí je „A tool to add a pending notification app badge (tested on Chrome OS)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Badge Notifications for Gmail PWA
Stáhněte si soubory rozšíření Badge Notifications for Gmail PWA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Badge Notifications for Gmail PWA |
ID | ddkjoljjbgpkohjghilljalfblkcleep |
Oficiální URL | https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep |
Popis | A tool to add a pending notification app badge (tested on Chrome OS) |
Velikost souboru | 8.77 KB |
Počet instalací | 23 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2023-07-12 |
Datum Vydání | 2023-07-05 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | iamacarpet |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications |
Podporované Jazyky | 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" } } |