Gmail™ Notifier

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

Was ist Gmail™ Notifier?

Gmail™ Notifier ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".

Erweiterungsscreenshots

screenshot
screenshot

Gmail™ Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail™ Notifier-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

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Gmail™ Notifier Gmail™ Notifier
ID chchfhampioeijdffegkhnpccchjbfpk
Offizielle URL https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk
Beschreibung Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Dateigröße 12.77 KB
Installationsanzahl 12,792
Aktuelle Version 0.0.6
Letztes Update 2016-07-12
Veröffentlichungsdatum 2016-07-12
Bewertung 3.83/5 Insgesamt 24 Bewertungen
Entwickler BrowserNative
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://browsernative.com/gmail-notifier/
Hilfeseite URL http://browsernative.com/gmail-notifier/
URL der Datenschutzrichtlinien-Seite https://browsernative.com/extensions-privacy-policy
Unterstützte Sprachen 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"
    }
}