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
官方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
}