CNX GSheet Plugin

Google sheet update plugin from CNX

¿Qué es CNX GSheet Plugin?

CNX GSheet Plugin es una extensión de Chrome desarrollada por onmail.gaurav, y su función principal es "Google sheet update plugin from CNX".

Descargar Archivo CRX de la Extensión CNX GSheet Plugin

Descarga archivos de extensión CNX GSheet Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre CNX GSheet Plugin CNX GSheet Plugin
ID gbepjpgbepahcecmdfdmgdkopabofjkn
URL Oficial https://chrome.google.com/webstore/detail/cnx-gsheet-plugin/gbepjpgbepahcecmdfdmgdkopabofjkn
Descripción Google sheet update plugin from CNX
Tamaño del Archivo 1.82 MB
Cantidad de Instalaciones 31
Versión Actual 0.2
Última Actualización 2017-06-06
Fecha de Publicación 2017-06-06
Desarrollador onmail.gaurav
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}