Badge Notifications for Outlook PWA

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

Co to jest Badge Notifications for Outlook PWA?

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

Pobierz plik CRX rozszerzenia Badge Notifications for Outlook PWA

Pobierz pliki rozszerzeń Badge Notifications for Outlook 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 Outlook 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 Outlook PWA Badge Notifications for Outlook PWA
ID elfppjipmocfejmaeaebplcimjagkcma
Oficjalny URL https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma
Opis A tool to add a pending notification app badge (tested on Chrome OS)
Rozmiar pliku 19.11 KB
Liczba instalacji 218
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-12-18
Data Publikacji 2023-07-05
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper iamacarpet
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}