Janus WebRTC Screensharing

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

Τι είναι το Janus WebRTC Screensharing;

Το Janus WebRTC Screensharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Meetecho s.r.l., και η κύρια λειτουργία του είναι "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Janus WebRTC Screensharing

Λήψη αρχείων επέκτασης Janus WebRTC Screensharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
Επίσημο URL https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
Περιγραφή This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
Μέγεθος Αρχείου 12.08 KB
Αριθμός Εγκαταστάσεων 10,626
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2014-09-15
Ημερομηνία Δημοσίευσης 2014-09-15
Αξιολόγηση 4.54/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Meetecho s.r.l.
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://janus.conf.meetecho.com
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
            ]
        }
    ]
}