Z GMail Theme

Change GMail for business logo

Qu'est-ce que Z GMail Theme ?

Z GMail Theme est une extension Chrome développée par Unknown, et sa fonction principale est "Change GMail for business logo".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Z GMail Theme

Téléchargez les fichiers d'extension Z GMail Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Z GMail Theme Z GMail Theme
ID jnkjjnfifbdcmcchpjkblkfbpkhioael
URL Officiel https://chromewebstore.google.com/detail/z-gmail-theme/jnkjjnfifbdcmcchpjkblkfbpkhioael
Description Change GMail for business logo
Taille du Fichier 12.83 KB
Nombre d'Installations 15
Version Actuelle 0.3
Dernière Mise à Jour 2018-02-27
Date de Publication 2018-02-27
Évaluation 3.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}