Screen Capturing for ProVideomeeting
Extension to enable Screen Sharing for ProVideomeeting application
Screen Capturing for ProVideomeeting là gì?
Screen Capturing for ProVideomeeting là một tiện ích mở rộng Chrome được phát triển bởi https://provideomeeting.com, và tính năng chính của nó là "Extension to enable Screen Sharing for ProVideomeeting application".
Ả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 Capturing for ProVideomeeting
Tải xuống các tệp mở rộng Screen Capturing for ProVideomeeting 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
This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees. What is ProVideomeeting? - New level of online meetings. - Show presentations, video files or share your screen. Communicate in a common chat room or via private messages. - Modern HTML5 and WebRTC technologies, providing for high operation speed. - More than 75 functions with a simple intuitive interface. Discover new generation platform for video conferences
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screen Capturing for ProVideomeeting |
ID | jefofalaofaikkkpcekdgjchamdbkhgh |
URL Chính Thức | https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh |
Mô tả | Extension to enable Screen Sharing for ProVideomeeting application |
Kích Thước Tệp | 5.69 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-05-23 |
Ngày Phát Hành | 2017-05-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://provideomeeting.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://provideomeeting.com/ |
URL Trang Chính Sách Bảo Mật | https://provideomeeting.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capturing for ProVideomeeting", "author": "NoviNexus Inc.", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Extension to enable Screen Sharing for ProVideomeeting application", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/provideomeeting.com\/*", "*:\/\/*.provideomeeting.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |