Badge Notifications for Outlook PWA

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

Vad är Badge Notifications for Outlook PWA?

Badge Notifications for Outlook PWA är en Chrome-tillägg utvecklad av iamacarpet, och dess huvudfunktion är "A tool to add a pending notification app badge (tested on Chrome OS)".

Tilläggsskärmbilder

screenshot

Ladda ner Badge Notifications for Outlook PWA-förlängningens CRX-fil

Ladda ner Badge Notifications for Outlook PWA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Badge Notifications for Outlook PWA Badge Notifications for Outlook PWA
ID elfppjipmocfejmaeaebplcimjagkcma
Officiell webbadress https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma
Beskrivning A tool to add a pending notification app badge (tested on Chrome OS)
Filstorlek 19.11 KB
Antal Installationer 218
Aktuell Version 1.6
Senast Uppdaterad 2023-12-18
Publiceringsdatum 2023-07-05
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare iamacarpet
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}