Screen Sharing
Chrome Extension for sharing screen in video chat
Screen Sharingคืออะไร?
Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jungleworks และคุณลักษณะหลักของมันคือ "Chrome Extension for sharing screen in video chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share the screen from your computer in a video conversation, to show presentations, photos and documents. This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors - Participants can double-click to view your shared screen in fullscreen
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
คำอธิบาย | Chrome Extension for sharing screen in video chat |
ขนาดไฟล์ | 7.52 KB |
จำนวนการติดตั้ง | 51,594 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2019-10-14 |
วันที่เผยแพร่ | 2019-10-14 |
คะแนน | 2.58/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Jungleworks |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://jungleworks.com |
URL หน้านโยบายความเป็นส่วนตัว | https://jungleworks.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Sharing", "description": "Chrome Extension for sharing screen in video chat", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.fugu.chat\/*", "https:\/\/*.officechat.io\/*", "https:\/\/*.fuguchat.com\/*", "https:\/\/hippochat.io\/*", "https:\/\/*.muleapp.io\/*", "https:\/\/*.mazentaa.in\/*", "https:\/\/*.bulbul.io\/*", "https:\/\/*.fuelbyghq.com\/*", "https:\/\/*.xpertreach.io\/*" ] }, "permissions": [ "desktopCapture" ] } |