Gmail Contacts

Adds a Google Contacts shortcut to the new Gmail interface

什麼是Gmail Contacts?

Gmail Contacts是由http://zvizvi.xyz開發的Chrome擴展程式,該擴展的主要功能是“Adds a Google Contacts shortcut to the new Gmail interface”。

擴展截圖

screenshot
screenshot

下載Gmail Contacts擴展crx文件

下載Gmail Contacts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds a Google Contacts shortcut to the new Gmail interface                    

擴展基本資訊

名稱 Gmail Contacts Gmail Contacts
ID jgakkffecofibnpbdkkphaminipefbjj
官方網址 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
}