SimplyVideo Screensharing Extension
Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
SimplyVideo Screensharing Extension là gì?
SimplyVideo Screensharing Extension là một tiện ích mở rộng Chrome được phát triển bởi Meetings as a Service, và tính năng chính của nó là "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SimplyVideo Screensharing Extension
Tải xuống các tệp mở rộng SimplyVideo Screensharing Extension 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 Chrome extension enables users of the SimplyVideo web client to share their screen with other conference participants. It does this by allowing any web pages that use the SimplyVideo WebRTC implementation to have access to Chrome's screensharing facility. The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the SimplyVideo web client from a different domain, you will be asked again to grant that domain access to the extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SimplyVideo Screensharing Extension |
ID | libfabeekinlfiflmceioonbbgmkfcgi |
URL Chính Thức | https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi |
Mô tả | Enables Screen Sharing for your SimplyVideo Virtual Meeting Space. |
Kích Thước Tệp | 20.46 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-08-26 |
Ngày Phát Hành | 2019-08-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Meetings as a Service |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimplyVideo Screensharing Extension", "description": "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.", "version": "1.0.2", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "permissions": [ "desktopCapture", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "options_page": "options.html" } |