CNX GSheet Plugin

Google sheet update plugin from CNX

什么是CNX GSheet Plugin?

CNX GSheet Plugin是由onmail.gaurav开发的Chrome扩展程序,该扩展的主要功能是“Google sheet update plugin from CNX”。

下载CNX GSheet Plugin扩展crx文件

下载CNX GSheet Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 CNX GSheet Plugin CNX GSheet Plugin
ID gbepjpgbepahcecmdfdmgdkopabofjkn
官方URL https://chrome.google.com/webstore/detail/cnx-gsheet-plugin/gbepjpgbepahcecmdfdmgdkopabofjkn
简介 Google sheet update plugin from CNX
文件大小 1.82 MB
安装次数 31
当前版本 0.2
更新时间 2017-06-06
上架时间 2017-06-06
开发者 onmail.gaurav
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}