Badge Notifications for Gmail PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Apa itu Badge Notifications for Gmail PWA?
Badge Notifications for Gmail PWA adalah ekstensi Chrome yang dikembangkan oleh iamacarpet, dan fitur utamanya adalah "A tool to add a pending notification app badge (tested on Chrome OS)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Badge Notifications for Gmail PWA
Unduh file ekstensi Badge Notifications for Gmail PWA 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
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
Informasi Dasar Ekstensi
Nama | Badge Notifications for Gmail PWA |
ID | ddkjoljjbgpkohjghilljalfblkcleep |
URL Resmi | https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep |
Deskripsi | A tool to add a pending notification app badge (tested on Chrome OS) |
Ukuran File | 8.77 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-07-12 |
Tanggal Publikasi | 2023-07-05 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | iamacarpet |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications |
Bahasa yang Didukung | 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" } } |