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
Eメール [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
}