Go To Gmail

Now you're just one click away from your gmail inbox!

Was ist Go To Gmail?

Go To Gmail ist eine Chrome-Erweiterung, die von Benjamin Conant entwickelt wurde, und ihr Hauptmerkmal ist "Now you're just one click away from your gmail inbox!".

Erweiterungsscreenshots

screenshot

Go To Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Go To Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Go To Gmail Go To Gmail
ID fhgdedphdddilbmpoakddogllppbdbba
Offizielle URL https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba
Beschreibung Now you're just one click away from your gmail inbox!
Dateigröße 20.84 KB
Installationsanzahl 721
Aktuelle Version 0.4
Letztes Update 2015-02-14
Veröffentlichungsdatum 2015-02-14
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler Benjamin Conant
Zahlungsart free
Unterstützte Sprachen 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"
    }
}