Badge Notifications for Outlook PWA

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

¿Qué es Badge Notifications for Outlook PWA?

Badge Notifications for Outlook PWA es una extensión de Chrome desarrollada por iamacarpet, y su función principal es "A tool to add a pending notification app badge (tested on Chrome OS)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Badge Notifications for Outlook PWA

Descarga archivos de extensión Badge Notifications for Outlook PWA en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Badge Notifications for Outlook PWA Badge Notifications for Outlook PWA
ID elfppjipmocfejmaeaebplcimjagkcma
URL Oficial https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma
Descripción A tool to add a pending notification app badge (tested on Chrome OS)
Tamaño del Archivo 19.11 KB
Cantidad de Instalaciones 218
Versión Actual 1.6
Última Actualización 2023-12-18
Fecha de Publicación 2023-07-05
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador iamacarpet
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}