WebinarJam Screen Sharing
WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
WebinarJam Screen Sharingคืออะไร?
WebinarJam Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://webinarjam.genndi.com และคุณลักษณะหลักของมันคือ "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebinarJam Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย WebinarJam Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fokdfhbpgcghjfghmjlggjfhkaogooel |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel |
คำอธิบาย | WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience. |
ขนาดไฟล์ | 5.6 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 3.0.5 |
อัปเดตครั้งล่าสุด | 2017-07-26 |
วันที่เผยแพร่ | 2017-07-26 |
คะแนน | 2.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://webinarjam.genndi.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebinarJam Screen Sharing", "author": "Genesis Digital, LLC", "version": "3.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.", "homepage_url": "https:\/\/www.webinarjam.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ], "externally_connectable": { "matches": [ "*:\/\/*.genndidev.com:*\/*", "*:\/\/*.genndi.com:*\/*", "*:\/\/*.genndi.dev:*\/*" ] } } |