SimplyVideo Screensharing Extension

Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.

¿Qué es SimplyVideo Screensharing Extension?

SimplyVideo Screensharing Extension es una extensión de Chrome desarrollada por Meetings as a Service, y su función principal es "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SimplyVideo Screensharing Extension

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

                        This Chrome extension enables users of the SimplyVideo web client to share their screen with other conference participants. It does this by allowing any web pages that use the SimplyVideo WebRTC implementation to have access to Chrome's screensharing facility.

The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the SimplyVideo web client from a different domain, you will be asked again to grant that domain access to the extension.                    

Información Básica de la Extensión

Nombre SimplyVideo Screensharing Extension SimplyVideo Screensharing Extension
ID libfabeekinlfiflmceioonbbgmkfcgi
URL Oficial https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi
Descripción Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
Tamaño del Archivo 20.46 KB
Cantidad de Instalaciones 77
Versión Actual 1.0.2
Última Actualización 2019-08-26
Fecha de Publicación 2019-08-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Meetings as a Service
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplyVideo Screensharing Extension",
    "description": "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}