Janus WebRTC Screensharing

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

Janus WebRTC Screensharing là gì?

Janus WebRTC Screensharing là một tiện ích mở rộng Chrome được phát triển bởi Meetecho s.r.l., và tính năng chính của nó là "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Janus WebRTC Screensharing

Tải xuống các tệp mở rộng Janus WebRTC Screensharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
URL Chính Thức https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
Mô tả This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
Kích Thước Tệp 12.08 KB
Số Lần Cài Đặt 10,626
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-09-15
Ngày Phát Hành 2014-09-15
Đánh Giá 4.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Meetecho s.r.l.
Loại Thanh Toán free
Trang Web Mở Rộng http://janus.conf.meetecho.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}