Janus WebRTC Screensharing

This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway

¿Qué es Janus WebRTC Screensharing?

Janus WebRTC Screensharing es una extensión de Chrome desarrollada por Meetecho s.r.l., y su función principal es "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Janus WebRTC Screensharing

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

                        Janus (http://janus.conf.meetecho.com) is an open source, general purpose WebRTC gateway developed by Meetecho. Among its several features, it also allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed: this extension provides such a security mechanism for usage with the Janus gateway.

Test it with the online demo (http://janus.conf.meetecho.com/screensharingtest.html) or with any installation of Janus you made yourself.                    

Información Básica de la Extensión

Nombre Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
URL Oficial https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
Descripción This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
Tamaño del Archivo 12.08 KB
Cantidad de Instalaciones 10,626
Versión Actual 0.0.2
Última Actualización 2014-09-15
Fecha de Publicación 2014-09-15
Calificación 4.54/5 Total de 13 Calificaciones
Desarrollador Meetecho s.r.l.
Tipo de Pago free
Sitio Web de la Extensión http://janus.conf.meetecho.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Janus WebRTC Screensharing",
    "short_name": "Janus screensharing",
    "description": "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway",
    "version": "0.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}