YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

¿Qué es YouNeed Screen Sharing?

YouNeed Screen Sharing es una extensión de Chrome desarrollada por YouNeed®, y su función principal es "This WebRTC screen capturing extension can be used with YouNeed platform".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión YouNeed Screen Sharing

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

                        While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.                    

Información Básica de la Extensión

Nombre YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
URL Oficial https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
Descripción This WebRTC screen capturing extension can be used with YouNeed platform
Tamaño del Archivo 9.88 KB
Cantidad de Instalaciones 170
Versión Actual 1.0.3
Última Actualización 2021-10-19
Fecha de Publicación 2018-04-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador YouNeed®
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://youneed.it
URL de la Página de Política de Privacidad https://www.ambrogio.com/policy/policy-privacy.html
Idiomas Soportados it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Screen Sharing",
    "short_name": "YNsharing",
    "author": "Ambrogio srl",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used with YouNeed platform",
    "homepage_url": "https:\/\/web.youneed.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.web.youneed.it\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*.web.youneed.it\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}