Go To Gmail
Now you're just one click away from your gmail inbox!
Wat is Go To Gmail?
Go To Gmail is een Chrome-extensie ontwikkeld door Benjamin Conant, en de belangrijkste functie is "Now you're just one click away from your gmail inbox!".
Extensie Screenshots
Download het CRX-bestand van de extensie Go To Gmail
Download Go To Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Go To Gmail |
ID | fhgdedphdddilbmpoakddogllppbdbba |
Officiële URL | https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba |
Beschrijving | Now you're just one click away from your gmail inbox! |
Bestandsgrootte | 20.84 KB |
Aantal Installaties | 721 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2015-02-14 |
Publicatiedatum | 2015-02-14 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Benjamin Conant |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |