Screen Share
Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
Screen Share là gì?
Screen Share là một tiện ích mở rộng Chrome được phát triển bởi authorGEN, và tính năng chính của nó là "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.".
Ả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 Screen Share
Tải xuống các tệp mở rộng Screen Share 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 of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom. Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kihbmdbdahlekggklbfbgmnkifcmfcip |
URL Chính Thức | https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip |
Mô tả | Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions. |
Kích Thước Tệp | 13.21 KB |
Số Lần Cài Đặt | 58,170 |
Phiên Bản Hiện Tại | 0.0.0.8 |
Cập Nhật Lần Cuối | 2017-11-07 |
Ngày Phát Hành | 2017-11-07 |
Đánh Giá | 2.47/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | authorGEN |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.authorgen.com/Privacy.aspx |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Share", "author": "WizIQ", "version": "0.0.0.8", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |