Gmail Contacts

Adds a Google Contacts shortcut to the new Gmail interface

Gmail Contacts là gì?

Gmail Contacts là một tiện ích mở rộng Chrome được phát triển bởi http://zvizvi.xyz, và tính năng chính của nó là "Adds a Google Contacts shortcut to the new Gmail interface".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Contacts

Tải xuống các tệp mở rộng Gmail Contacts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds a Google Contacts shortcut to the new Gmail interface                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Contacts Gmail Contacts
ID jgakkffecofibnpbdkkphaminipefbjj
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj
Mô tả Adds a Google Contacts shortcut to the new Gmail interface
Kích Thước Tệp 94.91 KB
Số Lần Cài Đặt 3,454
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2019-05-27
Ngày Phát Hành 2019-05-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://zvizvi.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zvizvi.xyz/
Ngôn Ngữ Được Hỗ Trợ 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
}