Gmail Zero

When your Gmail hits Inbox zero, display the Inbox zero image.

Apa itu Gmail Zero?

Gmail Zero adalah ekstensi Chrome yang dikembangkan oleh chodyo, dan fitur utamanya adalah "When your Gmail hits Inbox zero, display the Inbox zero image.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Zero

Unduh file ekstensi Gmail Zero 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

                        Google is removing Inbox, but Inbox zero will live on. Reward yourself when you achieve inbox zero by displaying this classic Inbox zero image in Gmail.                    

Informasi Dasar Ekstensi

Nama Gmail Zero Gmail Zero
ID bhpdlfchngefiolkmkogbbjchcechobm
URL Resmi https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm
Deskripsi When your Gmail hits Inbox zero, display the Inbox zero image.
Ukuran File 141 KB
Jumlah Instalasi 47
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-12-24
Tanggal Publikasi 2018-10-01
Penilaian 5.00/5 Total 5 Penilaian
Pengembang chodyo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "manifest_version": 3,
    "name": "Gmail Zero",
    "version": "1.0.2",
    "description": "When your Gmail hits Inbox zero, display the Inbox zero image.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "zero.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "short_name": "Gmail Zero",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}