VISITLEAD Screensharing

Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers

¿Qué es VISITLEAD Screensharing?

VISITLEAD Screensharing es una extensión de Chrome desarrollada por http://visitlead.com, y su función principal es "Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión VISITLEAD Screensharing

Descarga archivos de extensión VISITLEAD Screensharing 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

                        VISITLEAD Screensharing - the easiest way to share your screen. 

Share your Browser, Desktop Applications, Websites, Slides, Powerpoints ... across Windows, Apple, iOS and Android - to 1 or more viewers (they have no software to install!) in full HD resolution. Perfect for sales and service. 

Maximum advantage in connection with the other VISITLEAD features like Monitoring and (Video) LiveChat. More: https://VISITLEAD.com/features

Share your Screen - it´s free!                    

Información Básica de la Extensión

Nombre VISITLEAD Screensharing VISITLEAD Screensharing
ID bpmiojlbhbleaobkbmelopmieodnkjjd
URL Oficial https://chrome.google.com/webstore/detail/visitlead-screensharing/bpmiojlbhbleaobkbmelopmieodnkjjd
Descripción Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers
Tamaño del Archivo 33.86 KB
Cantidad de Instalaciones 48
Versión Actual 2.0.3
Última Actualización 2020-04-19
Fecha de Publicación 2020-04-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://visitlead.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://visitlead.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Screenshare",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/VISITLEAD.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/webrtc.js",
            "scripts\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-22.png",
        "default_title": "Screensharing",
        "default_popup": "popup.html"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/icon-48.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.visitlead.com\/*",
            "*:\/\/stream.visitlead.com\/*",
            "*:\/\/app.visitlead.local\/*"
        ]
    }
}