Z GMail Theme
Change GMail for business logo
Cos'è Z GMail Theme?
Z GMail Theme è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Change GMail for business logo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Z GMail Theme
Scarica i file di estensione Z GMail Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jnkjjnfifbdcmcchpjkblkfbpkhioael |
| URL Ufficiale | https://chromewebstore.google.com/detail/z-gmail-theme/jnkjjnfifbdcmcchpjkblkfbpkhioael |
| Descrizione | Change GMail for business logo |
| Dimensione del File | 12.83 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2018-02-27 |
| Data di Pubblicazione | 2018-02-27 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |