Google Mail Checker

Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.

Cos'è Google Mail Checker?

Google Mail Checker è un'estensione di Chrome sviluppata da https://google.com, e la sua funzione principale è "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google Mail Checker

Scarica i file di estensione Google Mail Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Google Mail Checker Google Mail Checker
ID mihcahmgecmbnbcchbopgniflfhgnkff
URL Ufficiale https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff
Descrizione Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
Dimensione del File 44.44 KB
Conteggio Installazioni 3,190,562
Versione Corrente 4.4.0
Ultimo Aggiornamento 2012-10-05
Data di Pubblicazione 2012-10-04
Valutazione 4.13/5 Totale 26736 Valutazioni
Sviluppatore https://google.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,de,en,en-GB,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "gmail_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_gmailcheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "__MSG_gmailcheck_name__",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.google.com\/"
    ],
    "version": "4.4.0",
    "manifest_version": 2
}