Google Inbox Checker (Inbox by Gmail)

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

Τι είναι το Google Inbox Checker (Inbox by Gmail);

Το Google Inbox Checker (Inbox by Gmail) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Omri Guy, και η κύρια λειτουργία του είναι "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Inbox Checker (Inbox by Gmail)

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

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

                        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.                    

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

Όνομα Google Inbox Checker (Inbox by Gmail) Google Inbox Checker (Inbox by Gmail)
ID ljeebljkookphadpedhmnlokpennimon
Επίσημο URL https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon
Περιγραφή Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Μέγεθος Αρχείου 450 KB
Αριθμός Εγκαταστάσεων 10,925
Τρέχουσα Έκδοση 1.0.16
Τελευταία Ενημέρωση 2015-08-14
Ημερομηνία Δημοσίευσης 2015-08-14
Αξιολόγηση 4.14/5 Συνολικά 213 Αξιολογήσεις
Προγραμματιστής Omri Guy
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}