CNX GSheet Plugin

Google sheet update plugin from CNX

CNX GSheet Plugin là gì?

CNX GSheet Plugin là một tiện ích mở rộng Chrome được phát triển bởi onmail.gaurav, và tính năng chính của nó là "Google sheet update plugin from CNX".

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

Tải xuống các tệp mở rộng CNX GSheet Plugin 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

                                            

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

Tên CNX GSheet Plugin CNX GSheet Plugin
ID gbepjpgbepahcecmdfdmgdkopabofjkn
URL Chính Thức https://chrome.google.com/webstore/detail/cnx-gsheet-plugin/gbepjpgbepahcecmdfdmgdkopabofjkn
Mô tả Google sheet update plugin from CNX
Kích Thước Tệp 1.82 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-06-06
Ngày Phát Hành 2017-06-06
Nhà Phát Triển onmail.gaurav
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CNX GSheet Plugin",
    "description": "Google sheet update plugin from CNX",
    "version": "0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "CNX GSheet Plugin",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "popup1.js",
            "index5.html"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "",
        "identity",
        "https:\/\/*.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "oauth2": {
        "client_id": "336585070671-6m339l62pd6hqm49r2e925ua073dq79e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    }
}