Badge Notifications for Gmail PWA

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

什么是Badge Notifications for Gmail PWA?

Badge Notifications for Gmail PWA是由iamacarpet开发的Chrome扩展程序,该扩展的主要功能是“A tool to add a pending notification app badge (tested on Chrome OS)”。

扩展截图

screenshot

下载Badge Notifications for Gmail PWA扩展crx文件

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

扩展使用说明

                        Show badge notifications in the dock/shelf when using Gmail as an app (PWA).

PWA badge notifications are supported on Windows, macOS and ChromeOS:

https://chromestatus.com/feature/6068482055602176                    

扩展基本信息

名称 Badge Notifications for Gmail PWA Badge Notifications for Gmail PWA
ID ddkjoljjbgpkohjghilljalfblkcleep
官方URL https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep
简介 A tool to add a pending notification app badge (tested on Chrome OS)
文件大小 8.77 KB
安装次数 23
当前版本 1.2
更新时间 2023-07-12
上架时间 2023-07-05
评分 5.00/5 共3次评分
开发者 iamacarpet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Badge Notifications for Gmail PWA",
    "version": "1.2",
    "description": "A tool to add a pending notification app badge (tested on Chrome OS)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}