Z GMail Theme

Change GMail for business logo

Wat is Z GMail Theme?

Z GMail Theme is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Change GMail for business logo".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Z GMail Theme

Download Z GMail Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Z GMail Theme Z GMail Theme
ID jnkjjnfifbdcmcchpjkblkfbpkhioael
Officiële URL https://chromewebstore.google.com/detail/z-gmail-theme/jnkjjnfifbdcmcchpjkblkfbpkhioael
Beschrijving Change GMail for business logo
Bestandsgrootte 12.83 KB
Aantal Installaties 15
Huidige Versie 0.3
Laatst Bijgewerkt 2018-02-27
Publicatiedatum 2018-02-27
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}