Badge Notifications for Gmail PWA

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

Co to jest Badge Notifications for Gmail PWA?

Badge Notifications for Gmail PWA to rozszerzenie Chrome opracowane przez iamacarpet, a jego główną funkcją jest „A tool to add a pending notification app badge (tested on Chrome OS)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Badge Notifications for Gmail PWA

Pobierz pliki rozszerzeń Badge Notifications for Gmail PWA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Badge Notifications for Gmail PWA Badge Notifications for Gmail PWA
ID ddkjoljjbgpkohjghilljalfblkcleep
Oficjalny URL https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep
Opis A tool to add a pending notification app badge (tested on Chrome OS)
Rozmiar pliku 8.77 KB
Liczba instalacji 23
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-07-12
Data Publikacji 2023-07-05
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper iamacarpet
E-mail sam@melroseandco.uk
Typ Płatności free
Strona Rozszerzenia https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications
Obsługiwane Języki 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"
    }
}