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 là gì?
Secure screen sharing là một tiện ích mở rộng Chrome được phát triển bởi https://24sessions.com, và tính năng chính của nó là "Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Secure screen sharing
Tải xuống các tệp mở rộng Secure screen sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Secure screen sharing |
ID | akngncmebaenfdgfbmommpnonpidhaod |
URL Chính Thức | https://chromewebstore.google.com/detail/secure-screen-sharing/akngncmebaenfdgfbmommpnonpidhaod |
Mô tả | Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you… |
Kích Thước Tệp | 37.06 KB |
Số Lần Cài Đặt | 1,548 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2019-05-16 |
Ngày Phát Hành | 2019-05-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://24sessions.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://24sessions.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |