Gmail™ Notifier

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

Τι είναι το Gmail™ Notifier;

Το Gmail™ Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BrowserNative, και η κύρια λειτουργία του είναι "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail™ Notifier

Λήψη αρχείων επέκτασης Gmail™ Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail™ Notifier Gmail™ Notifier
ID chchfhampioeijdffegkhnpccchjbfpk
Επίσημο URL https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk
Περιγραφή Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Μέγεθος Αρχείου 12.77 KB
Αριθμός Εγκαταστάσεων 12,792
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2016-07-12
Ημερομηνία Δημοσίευσης 2016-07-12
Αξιολόγηση 3.83/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής BrowserNative
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://browsernative.com/gmail-notifier/
Διεύθυνση URL της Σελίδας Βοήθειας http://browsernative.com/gmail-notifier/
URL της Σελίδας Πολιτικής Απορρήτου https://browsernative.com/extensions-privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}