Janus WebRTC Screensharing

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

Co je Janus WebRTC Screensharing?

Janus WebRTC Screensharing je rozšíření Chrome vyvinuté Meetecho s.r.l., a jeho hlavní funkcí je „This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Janus WebRTC Screensharing

Stáhněte si soubory rozšíření Janus WebRTC Screensharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
Oficiální URL https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
Popis This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
Velikost souboru 12.08 KB
Počet instalací 10,626
Aktuální Verze 0.0.2
Poslední Aktualizace 2014-09-15
Datum Vydání 2014-09-15
Hodnocení 4.54/5 Celkem 13 Hodnocení
Vývojář Meetecho s.r.l.
Typ Platby free
Webové stránky Rozšíření http://janus.conf.meetecho.com
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}