WE2VIDEO Direct Screenshare Room Extension
WE2VIDEO Screen Sharing allows you share screens
WE2VIDEO Direct Screenshare Room Extensionคืออะไร?
WE2VIDEO Direct Screenshare Room Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NetStairs และคุณลักษณะหลักของมันคือ "WE2VIDEO Screen Sharing allows you share screens"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WE2VIDEO Direct Screenshare Room Extension
ดาวน์โหลดไฟล์ส่วนขยาย WE2VIDEO Direct Screenshare Room Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WE2VIDEO Direct Screen Sharing allows you to share your screens directly into the rooms
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WE2VIDEO Direct Screenshare Room Extension |
ID | gedooglnancmadejdfnknfbfcblmcdbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/we2video-direct-screensha/gedooglnancmadejdfnknfbfcblmcdbn |
คำอธิบาย | WE2VIDEO Screen Sharing allows you share screens |
ขนาดไฟล์ | 19.31 KB |
จำนวนการติดตั้ง | 160 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-04-16 |
วันที่เผยแพร่ | 2020-04-16 |
ผู้พัฒนา | NetStairs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://we2.video |
URL หน้าช่วยเหลือ | https://we2.video/help |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WE2VIDEO Direct Screenshare Room Extension", "author": "NETSTAIRS", "description": "WE2VIDEO Screen Sharing allows you share screens", "version": "1.0.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.we2.video\/*" ] } ], "homepage_url": "https:\/\/we2.video\/", "externally_connectable": { "matches": [ "https:\/\/*.we2.video\/*" ] } } |