Gmail Contacts

Adds a Google Contacts shortcut to the new Gmail interface

What is Gmail Contacts?

Gmail Contacts is a Chrome extension developed by http://zvizvi.xyz, and its main feature is "Adds a Google Contacts shortcut to the new Gmail interface".

Extension Screenshots

screenshot
screenshot

Download Gmail Contacts Extension CRX File

Download Gmail Contacts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds a Google Contacts shortcut to the new Gmail interface                    

Extension Basic Information

Name Gmail Contacts Gmail Contacts
ID jgakkffecofibnpbdkkphaminipefbjj
Official URL https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj
Description Adds a Google Contacts shortcut to the new Gmail interface
File Size 94.91 KB
Installation Count 3,454
Current Version 2.0.5
Last Updated 2019-05-27
Publish Date 2019-05-27
Rating 5.00/5 Total 5 Ratings
Developer http://zvizvi.xyz
Email [email protected]
Payment Type free
Extension Website https://zvizvi.xyz/
Supported Languages 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
}