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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}