YouNeed Screen Sharing
This WebRTC screen capturing extension can be used with YouNeed platform
YouNeed Screen Sharing là gì?
YouNeed Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi YouNeed®, và tính năng chính của nó là "This WebRTC screen capturing extension can be used with YouNeed platform".
Ả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 YouNeed Screen Sharing
Tải xuống các tệp mở rộng YouNeed 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
While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmkcpajkidhbjcjfpnohokkhgdmfecpl |
URL Chính Thức | https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl |
Mô tả | This WebRTC screen capturing extension can be used with YouNeed platform |
Kích Thước Tệp | 9.88 KB |
Số Lần Cài Đặt | 170 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2021-10-19 |
Ngày Phát Hành | 2018-04-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | YouNeed® |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://youneed.it |
URL Trang Chính Sách Bảo Mật | https://www.ambrogio.com/policy/policy-privacy.html |
Ngôn Ngữ Được Hỗ Trợ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouNeed Screen Sharing", "short_name": "YNsharing", "author": "Ambrogio srl", "version": "1.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used with YouNeed platform", "homepage_url": "https:\/\/web.youneed.it\/", "background": { "scripts": [ "background-script.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.web.youneed.it\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "desktopCapture", "tabs", "https:\/\/*.web.youneed.it\/*" ], "web_accessible_resources": [ "icon.png" ] } |