Google Inbox Checker (Inbox by Gmail)

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

Was ist Google Inbox Checker (Inbox by Gmail)?

Google Inbox Checker (Inbox by Gmail) ist eine Chrome-Erweiterung, die von Omri Guy entwickelt wurde, und ihr Hauptmerkmal ist "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".

Erweiterungsscreenshots

screenshot
screenshot

Google Inbox Checker (Inbox by Gmail)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Inbox Checker (Inbox by Gmail)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Inbox Checker (Inbox by Gmail) Google Inbox Checker (Inbox by Gmail)
ID ljeebljkookphadpedhmnlokpennimon
Offizielle URL https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon
Beschreibung Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Dateigröße 450 KB
Installationsanzahl 10,925
Aktuelle Version 1.0.16
Letztes Update 2015-08-14
Veröffentlichungsdatum 2015-08-14
Bewertung 4.14/5 Insgesamt 213 Bewertungen
Entwickler Omri Guy
Zahlungsart free
Unterstützte Sprachen 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'"
}