Gmail Contacts

Adds a Google Contacts shortcut to the new Gmail interface

Gmail Contactsคืออะไร?

Gmail Contacts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://zvizvi.xyz และคุณลักษณะหลักของมันคือ "Adds a Google Contacts shortcut to the new Gmail interface"

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

screenshot
screenshot

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

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

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

                        Adds a Google Contacts shortcut to the new Gmail interface                    

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

ชื่อ Gmail Contacts Gmail Contacts
ID jgakkffecofibnpbdkkphaminipefbjj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj
คำอธิบาย Adds a Google Contacts shortcut to the new Gmail interface
ขนาดไฟล์ 94.91 KB
จำนวนการติดตั้ง 3,454
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2019-05-27
วันที่เผยแพร่ 2019-05-27
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://zvizvi.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zvizvi.xyz/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Contacts",
    "version": "2.0.5",
    "author": "[email protected]",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "96": "img\/icon96.png",
        "72": "img\/icon72.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "24": "img\/icon24.png",
        "16": "img\/icon16.png"
    },
    "manifest_version": 2
}