Badge Notifications for Gmail PWA

A tool to add a pending notification app badge (tested on Chrome OS)

Hvad er Badge Notifications for Gmail PWA?

Badge Notifications for Gmail 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

screenshot

Download Badge Notifications for Gmail PWA-udvidelses-CRX-fil

Download Badge Notifications for Gmail 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 Gmail 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 Badge Notifications for Gmail PWA Badge Notifications for Gmail PWA
ID ddkjoljjbgpkohjghilljalfblkcleep
Officiel URL https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep
Beskrivelse A tool to add a pending notification app badge (tested on Chrome OS)
Filstørrelse 8.77 KB
Antal Installationer 23
Nuværende Version 1.2
Senest Opdateret 2023-07-12
Udgivelsesdato 2023-07-05
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler iamacarpet
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications
Understøttede Sprog 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"
    }
}