Google Mail Notification Sound

An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.

Apa itu Google Mail Notification Sound?

Google Mail Notification Sound adalah ekstensi Chrome yang dikembangkan oleh garyclarkson1952, dan fitur utamanya adalah "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Mail Notification Sound

Unduh file ekstensi Google Mail Notification Sound 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

                        An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.                    

Informasi Dasar Ekstensi

Nama Google Mail Notification Sound Google Mail Notification Sound
ID pbkplelomfmahlbhpekhcgebnhgknhjh
URL Resmi https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh
Deskripsi An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Ukuran File 98.75 KB
Jumlah Instalasi 686
Versi Saat Ini 4.4.0
Terakhir Diperbarui 2020-12-26
Tanggal Publikasi 2020-12-26
Penilaian 4.00/5 Total 3 Penilaian
Pengembang garyclarkson1952
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "gmail_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_gmailcheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "__MSG_gmailcheck_name__",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.google.com\/"
    ],
    "version": "4.4.0",
    "manifest_version": 2
}