Go To Gmail

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

Apa itu Go To Gmail?

Go To Gmail adalah ekstensi Chrome yang dikembangkan oleh Benjamin Conant, dan fitur utamanya adalah "Now you're just one click away from your gmail inbox!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Go To Gmail

Unduh file ekstensi Go To Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Go To Gmail Go To Gmail
ID fhgdedphdddilbmpoakddogllppbdbba
URL Resmi https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba
Deskripsi Now you're just one click away from your gmail inbox!
Ukuran File 20.84 KB
Jumlah Instalasi 721
Versi Saat Ini 0.4
Terakhir Diperbarui 2015-02-14
Tanggal Publikasi 2015-02-14
Penilaian 4.25/5 Total 4 Penilaian
Pengembang Benjamin Conant
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}