3CX Webmeeting
Share your screen and co browse with 3CX WebRTC Meetings
3CX Webmeetingคืออะไร?
3CX Webmeeting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spereg53 และคุณลักษณะหลักของมันคือ "Share your screen and co browse with 3CX WebRTC Meetings"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3CX Webmeeting
ดาวน์โหลดไฟล์ส่วนขยาย 3CX Webmeeting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
este es el completo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | hhcfkgdbllagkfjdmmhhcanbehldemeg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/3cx-webmeeting/hhcfkgdbllagkfjdmmhhcanbehldemeg |
คำอธิบาย | Share your screen and co browse with 3CX WebRTC Meetings |
ขนาดไฟล์ | 33.22 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 7.7 |
อัปเดตครั้งล่าสุด | 2015-02-27 |
วันที่เผยแพร่ | 2015-02-27 |
ผู้พัฒนา | spereg53 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "7.7", "name": "3CX Webmeeting", "short_name": "3CX WebRTC", "description": "Share your screen and co browse with 3CX WebRTC Meetings", "author": "3CX", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Send page link to others participants" }, "permissions": [ "desktopCapture", "tabs" ], "externally_connectable": { "matches": [ "*:\/\/conferencia.facir.com\/*" ] } } |