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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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"
        ]
    }
}