Janus WebRTC Screensharing

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

Was ist Janus WebRTC Screensharing?

Janus WebRTC Screensharing ist eine Chrome-Erweiterung, die von Meetecho s.r.l. entwickelt wurde, und ihr Hauptmerkmal ist "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway".

Erweiterungsscreenshots

screenshot
screenshot

Janus WebRTC Screensharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Janus WebRTC Screensharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
Offizielle URL https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
Beschreibung This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
Dateigröße 12.08 KB
Installationsanzahl 10,626
Aktuelle Version 0.0.2
Letztes Update 2014-09-15
Veröffentlichungsdatum 2014-09-15
Bewertung 4.54/5 Insgesamt 13 Bewertungen
Entwickler Meetecho s.r.l.
Zahlungsart free
Erweiterungswebsite http://janus.conf.meetecho.com
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}