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
Eメール [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"
            ]
        }
    ]
}