Gmail++

Improves the user experience of Gmail

Apa itu Gmail++?

Gmail++ adalah ekstensi Chrome yang dikembangkan oleh Michael Pfaff, dan fitur utamanya adalah "Improves the user experience of Gmail".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail++

Unduh file ekstensi Gmail++ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gmail++ Gmail++
ID jcbfnofllipbepnolhgcdloichjbcena
URL Resmi https://chromewebstore.google.com/detail/gmail++/jcbfnofllipbepnolhgcdloichjbcena
Deskripsi Improves the user experience of Gmail
Ukuran File 9.16 KB
Jumlah Instalasi 182
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-10-12
Tanggal Publikasi 2022-10-09
Pengembang Michael Pfaff
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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]"
        }
    }
}