Hub3c Screen Sharing
Hub3c Screen Sharing Extension for Chrome to enable screen sharing
Hub3c Screen Sharingคืออะไร?
Hub3c Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fitrianingrum และคุณลักษณะหลักของมันคือ "Hub3c Screen Sharing Extension for Chrome to enable screen sharing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hub3c Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Hub3c Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hub3c Screen Sharing allows you to share your screen within Hub3c platform (https://live.hub3c.com/). You will have an option to share your screen or selected window during Hub Video Call. The screen or window you select will be shared to other participants.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oghlhohialeabhjncaeichjneaijdjbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hub3c-screen-sharing/oghlhohialeabhjncaeichjneaijdjbj |
คำอธิบาย | Hub3c Screen Sharing Extension for Chrome to enable screen sharing |
ขนาดไฟล์ | 24.55 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2016-09-05 |
วันที่เผยแพร่ | 2016-09-04 |
ผู้พัฒนา | fitrianingrum |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hub3c Screen Sharing", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Hub3c Screen Sharing Extension for Chrome to enable screen sharing", "icons": { "16": "images\/icon16.png", "22": "images\/icon22.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "desktopCapture" ], "browser_action": { "default_icon": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon128.png" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/localhost\/*", "https:\/\/test.hub3c.com\/*", "https:\/\/live.hub3c.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/test.hub3c.com\/*", "https:\/\/live.hub3c.com\/*" ] } } |