ConnectUs Screen Capture
This extension allows ConnectUs WebRTC connections to use the screen as a video source.
ConnectUs Screen Captureคืออะไร?
ConnectUs Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension allows ConnectUs WebRTC connections to use the screen as a video source."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConnectUs Screen Capture
ดาวน์โหลดไฟล์ส่วนขยาย ConnectUs Screen Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows WebRTC connections to use the screen as a video source.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ConnectUs Screen Capture |
ID | bjgaeafjccihokdokhidiphjimncmkcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/connectus-screen-capture/bjgaeafjccihokdokhidiphjimncmkcj |
คำอธิบาย | This extension allows ConnectUs WebRTC connections to use the screen as a video source. |
ขนาดไฟล์ | 375 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2017-06-23 |
วันที่เผยแพร่ | 2017-06-23 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ConnectUs Screen Capture", "version": "3.0.0", "description": "This extension allows ConnectUs WebRTC connections to use the screen as a video source.", "icons": { "16": "ic-16.png", "32": "ic-32.png", "48": "ic-48.png", "128": "ic-128.png" }, "author": "ConnectUs", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "http:\/\/connectuscom.com\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "ic-16.png", "ic-32.png", "ic-48.png", "ic-128.png" ] } |