FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
FevTutor Desktop Sharing là gì?
FevTutor Desktop Sharing là một tiện ích mở rộng Chrome được phát triển bởi FocusEduvation, và tính năng chính của nó là "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".
Tải xuống tệp CRX của tiện ích mở rộng FevTutor Desktop Sharing
Tải xuống các tệp mở rộng FevTutor Desktop 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FevTutor Desktop Sharing |
ID | chnfckdgcolmpchcdjkoemdjffkiceac |
URL Chính Thức | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
Mô tả | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
Kích Thước Tệp | 69.21 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-09-30 |
Ngày Phát Hành | 2016-09-30 |
Nhà Phát Triển | FocusEduvation |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.fevtutor.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FevTutor Desktop Sharing", "author": "FevTutor", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.", "homepage_url": "https:\/\/www.fevtutor.com", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.min.js", "CodecsHandler.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "Share Desktop!" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "desktopCapture", "storage" ], "web_accessible_resources": [ "images\/desktopCapture48.png" ], "options_ui": { "page": "options.html", "chrome_style": true } } |