Go To Gmail
Now you're just one click away from your gmail inbox!
Vad är Go To Gmail?
Go To Gmail är en Chrome-tillägg utvecklad av Benjamin Conant, och dess huvudfunktion är "Now you're just one click away from your gmail inbox!".
Tilläggsskärmbilder
Ladda ner Go To Gmail-förlängningens CRX-fil
Ladda ner Go To Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Go To Gmail |
ID | fhgdedphdddilbmpoakddogllppbdbba |
Officiell webbadress | https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba |
Beskrivning | Now you're just one click away from your gmail inbox! |
Filstorlek | 20.84 KB |
Antal Installationer | 721 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2015-02-14 |
Publiceringsdatum | 2015-02-14 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | Benjamin Conant |
Betalningssätt | free |
Stödda Språk | 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" } } |