Secure screen sharing
Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…
Secure screen sharingคืออะไร?
Secure screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://24sessions.com และคุณลักษณะหลักของมันคือ "Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secure screen sharing
ดาวน์โหลดไฟล์ส่วนขยาย Secure screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you share your screen with other participants in 24sessions meeting room so you can hold efficient online meetings with anyone right in the browser. - Select which window/application or Chrome tab to share from your computer - Participants can double-click to view your shared screen in fullscreen - Secure screen sharing Install instruction: - On the top of the page click "Add to Chrome" this will Install the 24session screen sharing extension. - After installation, browse back to the meeting room tab window. - Click "Refresh page" button to activate the screen sharing. - After page refresh click "Share screen" again and you are good to go. About 24sessions: 24sessions.com requires a WebRTC-compliant browser such as Chrome, Firefox, Microsoft Edge or Opera, and supports the last two versions of Chrome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Secure screen sharing |
ID | akngncmebaenfdgfbmommpnonpidhaod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/secure-screen-sharing/akngncmebaenfdgfbmommpnonpidhaod |
คำอธิบาย | Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you… |
ขนาดไฟล์ | 37.06 KB |
จำนวนการติดตั้ง | 1,548 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2019-05-16 |
วันที่เผยแพร่ | 2019-05-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://24sessions.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://24sessions.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secure screen sharing", "version": "2.1.1", "manifest_version": 2, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "desktopCapture", "activeTab", "https:\/\/*.24sessions.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.24sessions.com\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "version.txt" ], "externally_connectable": { "matches": [ "*:\/\/*.24sessions.com\/*" ] } } |