Go To Gmail

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

What is Go To Gmail?

Go To Gmail is a Chrome extension developed by Benjamin Conant, and its main feature is "Now you're just one click away from your gmail inbox!".

Extension Screenshots

screenshot

Download Go To Gmail Extension CRX File

Download Go To Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Go To Gmail Go To Gmail
ID fhgdedphdddilbmpoakddogllppbdbba
Official URL https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba
Description Now you're just one click away from your gmail inbox!
File Size 20.84 KB
Installation Count 721
Current Version 0.4
Last Updated 2015-02-14
Publish Date 2015-02-14
Rating 4.25/5 Total 4 Ratings
Developer Benjamin Conant
Payment Type free
Supported Languages 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"
    }
}