CNX GSheet Plugin

Google sheet update plugin from CNX

What is CNX GSheet Plugin?

CNX GSheet Plugin is a Chrome extension developed by onmail.gaurav, and its main feature is "Google sheet update plugin from CNX".

Download CNX GSheet Plugin Extension CRX File

Download CNX GSheet Plugin 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

                                            

Extension Basic Information

Name CNX GSheet Plugin CNX GSheet Plugin
ID gbepjpgbepahcecmdfdmgdkopabofjkn
Official URL https://chrome.google.com/webstore/detail/cnx-gsheet-plugin/gbepjpgbepahcecmdfdmgdkopabofjkn
Description Google sheet update plugin from CNX
File Size 1.82 MB
Installation Count 31
Current Version 0.2
Last Updated 2017-06-06
Publish Date 2017-06-06
Developer onmail.gaurav
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}