Go To Gmail
Now you're just one click away from your gmail inbox!
Cos'è Go To Gmail?
Go To Gmail è un'estensione di Chrome sviluppata da Benjamin Conant, e la sua funzione principale è "Now you're just one click away from your gmail inbox!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go To Gmail
Scarica i file di estensione Go To Gmail 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
This extension does one thing and one thing only: it gets you to your gmail with just a single click! Great for people who want to stop typing 'gmail' over and over again into the chrome search bar only to be sent to a results page instead of their inbox.
Informazioni di Base sull'Estensione
Nome | Go To Gmail |
ID | fhgdedphdddilbmpoakddogllppbdbba |
URL Ufficiale | https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba |
Descrizione | Now you're just one click away from your gmail inbox! |
Dimensione del File | 20.84 KB |
Conteggio Installazioni | 721 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2015-02-14 |
Data di Pubblicazione | 2015-02-14 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | Benjamin Conant |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go To Gmail", "short_name": "gtGml", "description": "Now you're just one click away from your gmail inbox!", "version": "0.4", "background": { "scripts": [ "redirect.js" ] }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png" } } |