Janus WebRTC Screensharing

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

Qu'est-ce que Janus WebRTC Screensharing ?

Janus WebRTC Screensharing est une extension Chrome développée par Meetecho s.r.l., et sa fonction principale est "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Janus WebRTC Screensharing

Téléchargez les fichiers d'extension Janus WebRTC Screensharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
URL Officiel https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
Description This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
Taille du Fichier 12.08 KB
Nombre d'Installations 10,626
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-09-15
Date de Publication 2014-09-15
Évaluation 4.54/5 Total 13 Évaluations
Développeur Meetecho s.r.l.
Type de Paiement free
Site Web de l'Extension http://janus.conf.meetecho.com
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}