Go To Gmail

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

Go To Gmailคืออะไร?

Go To Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benjamin Conant และคุณลักษณะหลักของมันคือ "Now you're just one click away from your gmail inbox!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go To Gmail

ดาวน์โหลดไฟล์ส่วนขยาย Go To Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Go To Gmail Go To Gmail
ID fhgdedphdddilbmpoakddogllppbdbba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba
คำอธิบาย Now you're just one click away from your gmail inbox!
ขนาดไฟล์ 20.84 KB
จำนวนการติดตั้ง 721
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2015-02-14
วันที่เผยแพร่ 2015-02-14
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Benjamin Conant
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}