Z GMail Theme

Change GMail for business logo

Apa itu Z GMail Theme?

Z GMail Theme adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Change GMail for business logo".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Z GMail Theme

Unduh file ekstensi Z GMail Theme 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

                        If you work for Z and would prefer the logo in GMail would have a transparent background.

If you'd like a company themed background image, here is a link:

https://d16psrqvoeay1v.cloudfront.net/z-background.png

Source: https://github.com/marsmining/z-mail-theme                    

Informasi Dasar Ekstensi

Nama Z GMail Theme Z GMail Theme
ID jnkjjnfifbdcmcchpjkblkfbpkhioael
URL Resmi https://chromewebstore.google.com/detail/z-gmail-theme/jnkjjnfifbdcmcchpjkblkfbpkhioael
Deskripsi Change GMail for business logo
Ukuran File 12.83 KB
Jumlah Instalasi 15
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-02-27
Tanggal Publikasi 2018-02-27
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Z GMail Theme",
    "version": "0.3",
    "description": "Change GMail for business logo",
    "icons": {
        "128": "img\/icon_128.png",
        "38": "img\/icon_38.png",
        "19": "img\/icon_19.png",
        "16": "img\/icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "z.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "128": "img\/icon_128.png",
            "38": "img\/icon_38.png",
            "19": "img\/icon_19.png",
            "16": "img\/icon_16.png"
        },
        "default_title": "Z GMail Theme",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}