Google Inbox Checker (Inbox by Gmail)

Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.

Apa itu Google Inbox Checker (Inbox by Gmail)?

Google Inbox Checker (Inbox by Gmail) adalah ekstensi Chrome yang dikembangkan oleh Omri Guy, dan fitur utamanya adalah "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Google Inbox Checker (Inbox by Gmail)

Unduh file ekstensi Google Inbox Checker (Inbox by Gmail) 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

                        Now you can keep track your Google Inbox (Inbox by gmail) unread emails!

Shows the number of emails you need to take care of in your Inbox.
Desktop and sound notifications for new emails.
Option to select the active account for multiple accounts users.

Only emails in 'Inbox' label are counted, Ignoring 'Done' and 'Snoozed' labeled emails.
Auto-refresh when Google Inbox tab is open.                    

Informasi Dasar Ekstensi

Nama Google Inbox Checker (Inbox by Gmail) Google Inbox Checker (Inbox by Gmail)
ID ljeebljkookphadpedhmnlokpennimon
URL Resmi https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon
Deskripsi Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Ukuran File 450 KB
Jumlah Instalasi 10,925
Versi Saat Ini 1.0.16
Terakhir Diperbarui 2015-08-14
Tanggal Publikasi 2015-08-14
Penilaian 4.14/5 Total 213 Penilaian
Pengembang Omri Guy
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Inbox Checker (Inbox by Gmail)",
    "description": "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.",
    "version": "1.0.16",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "assets\/inbox_not_logged_in.png"
    },
    "icons": {
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "notifications",
        "*:\/\/mail.google.com\/",
        "*:\/\/inbox.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com ;object-src 'self'"
}