Gmail++

Improves the user experience of Gmail

Cos'è Gmail++?

Gmail++ è un'estensione di Chrome sviluppata da Michael Pfaff, e la sua funzione principale è "Improves the user experience of Gmail".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail++

Scarica i file di estensione Gmail++ 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

                        Improves the user experience of Gmail.

Features:
- Modifies the refresh button (the one above the threads list, not beside the address bar) to also check external POP3 accounts.
- Checks external POP3 accounts on page load.
- Checks external POP3 accounts at a configurable interval.                    

Informazioni di Base sull'Estensione

Nome Gmail++ Gmail++
ID jcbfnofllipbepnolhgcdloichjbcena
URL Ufficiale https://chromewebstore.google.com/detail/gmail++/jcbfnofllipbepnolhgcdloichjbcena
Descrizione Improves the user experience of Gmail
Dimensione del File 9.16 KB
Conteggio Installazioni 182
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-10-12
Data di Pubblicazione 2022-10-09
Sviluppatore Michael Pfaff
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail++",
    "version": "1.1.0",
    "description": "Improves the user experience of Gmail",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}