Gmail++

Improves the user experience of Gmail

Hvad er Gmail++?

Gmail++ er en Chrome-udvidelse udviklet af Michael Pfaff, og dens hovedfunktion er "Improves the user experience of Gmail".

Udvidelsesskærmbilleder

screenshot

Download Gmail++-udvidelses-CRX-fil

Download Gmail++-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Gmail++ Gmail++
ID jcbfnofllipbepnolhgcdloichjbcena
Officiel URL https://chromewebstore.google.com/detail/gmail++/jcbfnofllipbepnolhgcdloichjbcena
Beskrivelse Improves the user experience of Gmail
Filstørrelse 9.16 KB
Antal Installationer 182
Nuværende Version 1.1.0
Senest Opdateret 2022-10-12
Udgivelsesdato 2022-10-09
Udvikler Michael Pfaff
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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]"
        }
    }
}