Gmail app badge notification

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

Co je Gmail app badge notification?

Gmail app badge notification je rozšíření Chrome vyvinuté Domenico Gemoli, a jeho hlavní funkcí je „Show badge notifications in the taskbar when using Gmail as an app“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gmail app badge notification

Stáhněte si soubory rozšíření Gmail app badge notification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
Oficiální URL https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
Popis Show badge notifications in the taskbar when using Gmail as an app
Velikost souboru 11.68 KB
Počet instalací 7,141
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-12-06
Datum Vydání 2020-05-21
Hodnocení 4.81/5 Celkem 16 Hodnocení
Vývojář Domenico Gemoli
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/aberonni/gmail-app-badge-notification
URL Stránky Nápovědy https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Podporované Jazyky 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"
            ]
        }
    ]
}