SkyRooms.IO Desktop Streamer
Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
SkyRooms.IO Desktop Streamer là gì?
SkyRooms.IO Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi skyroomsio, và tính năng chính của nó là "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing".
Ả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 SkyRooms.IO Desktop Streamer
Tải xuống các tệp mở rộng SkyRooms.IO Desktop Streamer 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
SkyRooms.IO Virtual Offices requires this plugin to be installed in your browser to do screen sharing during a meeting. Participants do not need this to view your desktop feed at all. Small and lite plugin, no extra stuff. Safe for your computer! :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SkyRooms.IO Desktop Streamer |
ID | pifoihkipgckedfddhjmmpddibjenieb |
URL Chính Thức | https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb |
Mô tả | Install this plugin to allow desktop sharing in SkyRooms.IO conferencing |
Kích Thước Tệp | 33.4 KB |
Số Lần Cài Đặt | 945 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2017-02-19 |
Ngày Phát Hành | 2017-02-19 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | skyroomsio |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.skyrooms.io/ |
URL Trang Trợ Giúp | https://www.skyrooms.io/help |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SkyRooms.IO Desktop Streamer", "description": "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/jitsi.skyrooms.io\/*", "*:\/\/skyrooms.io\/*" ] } } |