Gmail app badge notification

Show badge notifications in the taskbar when using Gmail as an app

¿Qué es Gmail app badge notification?

Gmail app badge notification es una extensión de Chrome desarrollada por Domenico Gemoli, y su función principal es "Show badge notifications in the taskbar when using Gmail as an app".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Gmail app badge notification

Descarga archivos de extensión Gmail app badge notification 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

                        Setup:

1. Install the extension
2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window".
3. Open the newly installed app.

Troubleshooting:
https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting                    

Información Básica de la Extensión

Nombre Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
URL Oficial https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
Descripción Show badge notifications in the taskbar when using Gmail as an app
Tamaño del Archivo 11.68 KB
Cantidad de Instalaciones 7,141
Versión Actual 1.1.0
Última Actualización 2023-12-06
Fecha de Publicación 2020-05-21
Calificación 4.81/5 Total de 16 Calificaciones
Desarrollador Domenico Gemoli
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/aberonni/gmail-app-badge-notification
URL de la Página de Ayuda https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail app badge notification",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "Show badge notifications in the taskbar when using Gmail as an app",
    "homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/mail\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}