WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
WebRTC Desktop Sharing for Uniquity là gì?
WebRTC Desktop Sharing for Uniquity là một tiện ích mở rộng Chrome được phát triển bởi https://smart.cirpack.com, và tính năng chính của nó là "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity".
Ả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 WebRTC Desktop Sharing for Uniquity
Tải xuống các tệp mở rộng WebRTC Desktop Sharing for Uniquity 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
Added support for coriolis-mobility.fr --- Added support for providentit.com Added support for myconnect360.com Added support for myconnect360.fr --- Added support for nubs-app.com Added support for neoconnect-webapp.fr --- Added support for uc.fjordtelecom.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebRTC Desktop Sharing for Uniquity |
ID | ebkkbcaigkfknmeojgaikijmnljjepaj |
URL Chính Thức | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/ebkkbcaigkfknmeojgaikijmnljjepaj |
Mô tả | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
Kích Thước Tệp | 14.93 KB |
Số Lần Cài Đặt | 439 |
Phiên Bản Hiện Tại | 2.0.0.15 |
Cập Nhật Lần Cuối | 2020-04-21 |
Ngày Phát Hành | 2020-04-21 |
Nhà Phát Triển | https://smart.cirpack.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.andrexen.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Andrexen", "name": "WebRTC Desktop Sharing for Uniquity", "short_name": "UQ Screen Share", "version": "2.0.0.15", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity", "homepage_url": "http:\/\/uniquity.andrexen.com\/", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.amplement.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.cirpack.ir\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*", "https:\/\/*.smart-rcs.com\/*", "https:\/\/*.rcs-anywhere.com\/*", "https:\/\/*.ipnexia.com\/*", "https:\/\/*.paritel.fr\/*", "https:\/\/*.beetechnology.fr\/*", "https:\/\/*.omega-telecom.fr\/*", "https:\/\/*.cloudissp.com\/*", "https:\/\/*.gts.ro\/*", "https:\/\/*.uniquity.fr\/*", "https:\/\/*.uniquity.fr\/*", "https:\/\/*.nubs-app.com\/*", "https:\/\/*.neoconnect-webapp.fr\/*", "https:\/\/*.fjordtelecom.com\/*", "https:\/\/*.providentit.com\/*", "https:\/\/*.myconnect360.com\/*", "https:\/\/*.myconnect360.fr\/*", "https:\/\/*.coriolis-mobility.fr\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.amplement.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.cirpack.ir\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*", "https:\/\/*.smart-rcs.com\/*", "https:\/\/*.rcs-anywhere.com\/*", "https:\/\/*.ipnexia.com\/*", "https:\/\/*.paritel.fr\/*", "https:\/\/*.beetechnology.fr\/*", "https:\/\/*.omega-telecom.fr\/*", "https:\/\/*.cloudissp.com\/*", "https:\/\/*.gts.ro\/*", "https:\/\/*.uniquity.fr\/*", "https:\/\/*.nubs-app.com\/*", "https:\/\/*.neoconnect-webapp.fr\/*", "https:\/\/*.fjordtelecom.com\/*", "https:\/\/*.providentit.com\/*", "https:\/\/*.myconnect360.com\/*", "https:\/\/*.myconnect360.fr\/*", "https:\/\/*.coriolis-mobility.fr\/*" ] }, "icons": { "48": "icon.png", "128": "icon128.png" }, "permissions": [ "desktopCapture", "https:\/\/*.andrexen.com\/*", "https:\/\/*.amplement.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.cirpack.ir\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*", "https:\/\/*.smart-rcs.com\/*", "https:\/\/*.rcs-anywhere.com\/*", "https:\/\/*.ipnexia.com\/*", "https:\/\/*.paritel.fr\/*", "https:\/\/*.beetechnology.fr\/*", "https:\/\/*.omega-telecom.fr\/*", "https:\/\/*.cloudissp.com\/*", "https:\/\/*.gts.ro\/*", "https:\/\/*.uniquity.fr\/*", "https:\/\/*.nubs-app.com\/*", "https:\/\/*.neoconnect-webapp.fr\/*", "https:\/\/*.fjordtelecom.com\/*", "https:\/\/*.providentit.com\/*", "https:\/\/*.myconnect360.com\/*", "https:\/\/*.myconnect360.fr\/*", "https:\/\/*.coriolis-mobility.fr\/*" ] } |