G2L Web Connector

Sube ágilmente archivos a la nube

What is G2L Web Connector?

G2L Web Connector is a Chrome extension developed by desarrollo, and its main feature is "Sube ágilmente archivos a la nube".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download G2L Web Connector Extension CRX File

Download G2L Web Connector 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

                        GLADTOLINK Web Connector

Guarda rápidamente archivos de la web o tu ordenador en la nube. Puedes subir páginas web, correos con sus adjuntos, PDF's y mucho más. Todo se subirá a tu cuenta en la nube de www.gladtolink.com.


Si no tienes cuenta, puedes crear una gratuitamente y ¡tendrás más ventajas clasificando, etiquetando, añadiendo datos y compartiendo los documentos y páginas que captures en Internet!


Este plugin se integra con el webmail de Gmail.

¿Necesitas ayuda? Escríbenos a [email protected]                    

Extension Basic Information

Name G2L Web Connector G2L Web Connector
ID jhfkigbjcibpdfaejcdaemnmgopomdak
Official URL https://chromewebstore.google.com/detail/g2l-web-connector/jhfkigbjcibpdfaejcdaemnmgopomdak
Description Sube ágilmente archivos a la nube
File Size 11.53 MB
Installation Count 286
Current Version 5.27.0
Last Updated 2023-02-27
Publish Date 2019-12-09
Rating 5.00/5 Total 9 Ratings
Developer desarrollo
Email [email protected]
Payment Type free
Extension Website https://www.gladtolink.com
Help Page URL http://blog.gladtolink.com/topics/tutoriales/
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G2L Web Connector",
    "short_name": "WebConnector",
    "version": "5.27.0",
    "description": "Sube \u00e1gilmente archivos a la nube",
    "author": "www.gladtolink.com",
    "background": [],
    "icons": {
        "16": "assets\/img\/icon.png",
        "48": "assets\/img\/icon.png",
        "128": "assets\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_title": "WebConnector",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "geolocation"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/main.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}