Wit Web Communicator Screen Sharing
This extension allows you to share your screen
Wit Web Communicator Screen Sharingคืออะไร?
Wit Web Communicator Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://demo.wit-software.com/webcommunicator/webrtc และคุณลักษณะหลักของมันคือ "This extension allows you to share your screen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wit Web Communicator Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Wit Web Communicator Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome. If you want to know more about us please visit https://www.wit-software.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wit Web Communicator Screen Sharing |
ID | chdodaolgebgmhjkppjcincpoeonlgnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc |
คำอธิบาย | This extension allows you to share your screen |
ขนาดไฟล์ | 9.03 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2018-06-06 |
วันที่เผยแพร่ | 2018-06-05 |
ผู้พัฒนา | https://demo.wit-software.com/webcommunicator/webrtc |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wit-software.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wit Web Communicator Screen Sharing", "description": "This extension allows you to share your screen", "version": "0.0.6", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "wit16.png", "48": "wit48.png", "128": "wit128.png" }, "permissions": [ "desktopCapture", "https:\/\/*.wit-software.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.wit-software.com\/*" ], "run_at": "document_start" } ] } |