Janus WebRTC Screensharing

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

Vad är Janus WebRTC Screensharing?

Janus WebRTC Screensharing är en Chrome-tillägg utvecklad av Meetecho s.r.l., och dess huvudfunktion är "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Janus WebRTC Screensharing-förlängningens CRX-fil

Ladda ner Janus WebRTC Screensharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
Officiell webbadress https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
Beskrivning This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
Filstorlek 12.08 KB
Antal Installationer 10,626
Aktuell Version 0.0.2
Senast Uppdaterad 2014-09-15
Publiceringsdatum 2014-09-15
Betyg 4.54/5 Totalt 13 Betyg
Utvecklare Meetecho s.r.l.
Betalningssätt free
Tilläggswebbplats http://janus.conf.meetecho.com
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}