Go To Gmail

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

Qu'est-ce que Go To Gmail ?

Go To Gmail est une extension Chrome développée par Benjamin Conant, et sa fonction principale est "Now you're just one click away from your gmail inbox!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Go To Gmail

Téléchargez les fichiers d'extension Go To Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Go To Gmail Go To Gmail
ID fhgdedphdddilbmpoakddogllppbdbba
URL Officiel https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba
Description Now you're just one click away from your gmail inbox!
Taille du Fichier 20.84 KB
Nombre d'Installations 721
Version Actuelle 0.4
Dernière Mise à Jour 2015-02-14
Date de Publication 2015-02-14
Évaluation 4.25/5 Total 4 Évaluations
Développeur Benjamin Conant
Type de Paiement free
Langues Prises en Charge 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"
    }
}