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
官方網址 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"
            ]
        }
    ]
}