Riot.im Screen Sharing

Share your desktop in Riot.im video conferences.

Riot.im Screen Sharing là gì?

Riot.im Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://jitsi.riot.im, và tính năng chính của nó là "Share your desktop in Riot.im video conferences.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Riot.im Screen Sharing

Tải xuống các tệp mở rộng Riot.im Screen Sharing 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

                        This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.                    

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

Tên Riot.im Screen Sharing Riot.im Screen Sharing
ID ehgcnaneidbjcmblghjepmamomchgahd
URL Chính Thức https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd
Mô tả Share your desktop in Riot.im video conferences.
Kích Thước Tệp 16.8 KB
Số Lần Cài Đặt 1,316
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2017-07-06
Ngày Phát Hành 2017-07-06
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://jitsi.riot.im
Loại Thanh Toán free
Trang Web Mở Rộng https://riot.im/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Riot.im Screen Sharing",
    "description": "Share your desktop in Riot.im video conferences.",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "riot-logo-16x16.png",
        "48": "riot-logo-48x48.png",
        "128": "riot.im-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/riot.im\/*",
            "*:\/\/*.riot.im\/*"
        ]
    }
}