WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
WebRTC Desktop Sharing for Uniquityคืออะไร?
WebRTC Desktop Sharing for Uniquity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smart.cirpack.com และคุณลักษณะหลักของมันคือ "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebRTC Desktop Sharing for Uniquity
ดาวน์โหลดไฟล์ส่วนขยาย WebRTC Desktop Sharing for Uniquity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebRTC Desktop Sharing for Uniquity |
ID | ebkkbcaigkfknmeojgaikijmnljjepaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/ebkkbcaigkfknmeojgaikijmnljjepaj |
คำอธิบาย | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
ขนาดไฟล์ | 14.93 KB |
จำนวนการติดตั้ง | 439 |
เวอร์ชันปัจจุบัน | 2.0.0.15 |
อัปเดตครั้งล่าสุด | 2020-04-21 |
วันที่เผยแพร่ | 2020-04-21 |
ผู้พัฒนา | https://smart.cirpack.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.andrexen.com |
ภาษาที่รองรับ | 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\/*" ] } |