Gmail™ Notifier

Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.

Apa itu Gmail™ Notifier?

Gmail™ Notifier adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Gmail™ Notifier

Unduh file ekstensi Gmail™ Notifier 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

                        Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.

Not affiliated with or created by Google/Gmail. Doesn't track your browsing activities or inject adware, completely safe to use.

Visit homepage for more information: http://browsernative.com/gmail-notifier/                    

Informasi Dasar Ekstensi

Nama Gmail™ Notifier Gmail™ Notifier
ID chchfhampioeijdffegkhnpccchjbfpk
URL Resmi https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk
Deskripsi Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Ukuran File 12.77 KB
Jumlah Instalasi 12,792
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2016-07-12
Tanggal Publikasi 2016-07-12
Penilaian 3.83/5 Total 24 Penilaian
Pengembang BrowserNative
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://browsernative.com/gmail-notifier/
URL Halaman Bantuan http://browsernative.com/gmail-notifier/
URL Halaman Kebijakan Privasi https://browsernative.com/extensions-privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail\u2122 Notifier",
    "description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "https:\/\/mail.google.com\/"
    ],
    "version": "0.0.6",
    "homepage_url": "https:\/\/browsernative.com\/gmail-notifier\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png"
    }
}