Gmail app badge notification

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

What is Gmail app badge notification?

Gmail app badge notification is a Chrome extension developed by Domenico Gemoli, and its main feature is "Show badge notifications in the taskbar when using Gmail as an app".

Extension Screenshots

screenshot

Download Gmail app badge notification Extension CRX File

Download Gmail app badge notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
Official URL https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
Description Show badge notifications in the taskbar when using Gmail as an app
File Size 11.68 KB
Installation Count 7,141
Current Version 1.1.0
Last Updated 2023-12-06
Publish Date 2020-05-21
Rating 4.81/5 Total 16 Ratings
Developer Domenico Gemoli
Email [email protected]
Payment Type free
Extension Website https://github.com/aberonni/gmail-app-badge-notification
Help Page URL https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Supported Languages 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"
            ]
        }
    ]
}