thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

¿Qué es thera-LINK Screen Sharing?

thera-LINK Screen Sharing es una extensión de Chrome desarrollada por https://thera-link.com, y su función principal es "Allows you to share your screen using thera-LINK.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión thera-LINK Screen Sharing

Descarga archivos de extensión thera-LINK Screen Sharing 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 thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
URL Oficial https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
Descripción Allows you to share your screen using thera-LINK.
Tamaño del Archivo 38.35 KB
Cantidad de Instalaciones 416
Versión Actual 1.0
Última Actualización 2017-08-10
Fecha de Publicación 2017-08-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://thera-link.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.thera-link.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "thera-LINK Screen Sharing",
    "author": "thera-LINK, LLC",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Allows you to share your screen using thera-LINK.",
    "homepage_url": "https:\/\/www.thera-link.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.thera-link.com\/*",
            "https:\/\/*.thera-link.dev\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}