Z GMail Theme

Change GMail for business logo

O que é Z GMail Theme?

Z GMail Theme é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Change GMail for business logo".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Z GMail Theme

Baixe arquivos de extensão Z GMail Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Z GMail Theme Z GMail Theme
ID jnkjjnfifbdcmcchpjkblkfbpkhioael
URL Oficial https://chromewebstore.google.com/detail/z-gmail-theme/jnkjjnfifbdcmcchpjkblkfbpkhioael
Descrição Change GMail for business logo
Tamanho do Arquivo 12.83 KB
Contagem de Instalações 15
Versão Atual 0.3
Última Atualização 2018-02-27
Data de Publicação 2018-02-27
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}