Gmail™ Notifier

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

Qu'est-ce que Gmail™ Notifier ?

Gmail™ Notifier est une extension Chrome développée par BrowserNative, et sa fonction principale est "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gmail™ Notifier

Téléchargez les fichiers d'extension Gmail™ Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Gmail™ Notifier Gmail™ Notifier
ID chchfhampioeijdffegkhnpccchjbfpk
URL Officiel https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk
Description Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Taille du Fichier 12.77 KB
Nombre d'Installations 12,792
Version Actuelle 0.0.6
Dernière Mise à Jour 2016-07-12
Date de Publication 2016-07-12
Évaluation 3.83/5 Total 24 Évaluations
Développeur BrowserNative
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://browsernative.com/gmail-notifier/
URL de la Page d'Aide http://browsernative.com/gmail-notifier/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge 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"
    }
}