Go To Gmail

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

Hvad er Go To Gmail?

Go To Gmail er en Chrome-udvidelse udviklet af Benjamin Conant, og dens hovedfunktion er "Now you're just one click away from your gmail inbox!".

Udvidelsesskærmbilleder

screenshot

Download Go To Gmail-udvidelses-CRX-fil

Download Go To Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Go To Gmail Go To Gmail
ID fhgdedphdddilbmpoakddogllppbdbba
Officiel URL https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba
Beskrivelse Now you're just one click away from your gmail inbox!
Filstørrelse 20.84 KB
Antal Installationer 721
Nuværende Version 0.4
Senest Opdateret 2015-02-14
Udgivelsesdato 2015-02-14
Bedømmelse 4.25/5 Samlet 4 Bedømmelser
Udvikler Benjamin Conant
Betalingsmetode free
Understøttede Sprog 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"
    }
}