Gmail app badge notification

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

Apa itu Gmail app badge notification?

Gmail app badge notification adalah ekstensi Chrome yang dikembangkan oleh Domenico Gemoli, dan fitur utamanya adalah "Show badge notifications in the taskbar when using Gmail as an app".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail app badge notification

Unduh file ekstensi Gmail app badge notification dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
URL Resmi https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
Deskripsi Show badge notifications in the taskbar when using Gmail as an app
Ukuran File 11.68 KB
Jumlah Instalasi 7,141
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-12-06
Tanggal Publikasi 2020-05-21
Penilaian 4.81/5 Total 16 Penilaian
Pengembang Domenico Gemoli
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/aberonni/gmail-app-badge-notification
URL Halaman Bantuan https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Bahasa yang Didukung 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"
            ]
        }
    ]
}