Gmail app badge notification

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

什么是Gmail app badge notification?

Gmail app badge notification是由Domenico Gemoli开发的Chrome扩展程序,该扩展的主要功能是“Show badge notifications in the taskbar when using Gmail as an app”。

扩展截图

screenshot

下载Gmail app badge notification扩展crx文件

下载Gmail app badge notification扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
官方URL https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
简介 Show badge notifications in the taskbar when using Gmail as an app
文件大小 11.68 KB
安装次数 7,141
当前版本 1.1.0
更新时间 2023-12-06
上架时间 2020-05-21
评分 4.81/5 共16次评分
开发者 Domenico Gemoli
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/aberonni/gmail-app-badge-notification
帮助页面URL https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
支持的语言 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"
            ]
        }
    ]
}