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://andrexen.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 อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WebRTC Desktop Sharing for Uniquity -- WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebRTC Desktop Sharing for Uniquity |
ID | pofiaabfdjpmpaecpfmoplgnngdmfjdd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd |
คำอธิบาย | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
ขนาดไฟล์ | 12.73 KB |
จำนวนการติดตั้ง | 323 |
เวอร์ชันปัจจุบัน | 1.5.0.3 |
อัปเดตครั้งล่าสุด | 2016-02-25 |
วันที่เผยแพร่ | 2016-02-25 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://andrexen.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.andrexen.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Andrexen", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*" ] } ], "description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity", "externally_connectable": { "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*" ] }, "homepage_url": "http:\/\/uniquity.andrexen.com\/", "icons": { "128": "icon128.png", "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "WebRTC Desktop Sharing for Uniquity", "permissions": [ "desktopCapture" ], "version": "1.5.0.3" } |