TutorComp
Plugin to record and stream desktop over call
TutorComp là gì?
TutorComp là một tiện ích mở rộng Chrome được phát triển bởi https://tutorcomp.com, và tính năng chính của nó là "Plugin to record and stream desktop over call".
Ả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 TutorComp
Tải xuống các tệp mở rộng TutorComp 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
TutorComp is a global leader in providing personalized online tutoring. We enable students across the World to learn, excel and stay ahead of the knowledge and innovation curve.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TutorComp |
ID | lelaodglfjcjedhlafokgednigdclcio |
URL Chính Thức | https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio |
Mô tả | Plugin to record and stream desktop over call |
Kích Thước Tệp | 41.47 KB |
Số Lần Cài Đặt | 267 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2017-12-15 |
Ngày Phát Hành | 2017-12-15 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://tutorcomp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.tutorcomp.com |
URL Trang Chính Sách Bảo Mật | https://www.tutorcomp.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TutorComp", "short_name": "TutorComp", "description": "Plugin to record and stream desktop over call", "version": "1.3.1", "minimum_chrome_version": "34", "icons": { "16": "images\/logo16x16.png", "48": "images\/logo48x48.png", "128": "images\/logo128x128.png" }, "browser_action": { "default_icon": "images\/logo16x16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "socket.io.js", "recorder.js", "MediaStreamRecorder.js" ], "matches": [ "*:\/\/media.tutorcomp.com\/*", "*:\/\/tutorcomp.com\/*", "*:\/\/class.tutorcomp.com\/*", "*:\/\/localhost\/*" ] }, "permissions": [ "desktopCapture", "tabs", "tabCapture", "notifications" ], "web_accessible_resources": [ "images\/logo16x16.png" ], "content_scripts": [ { "matches": [ "*:\/\/media.tutorcomp.com\/*", "*:\/\/tutorcomp.com\/*", "*:\/\/class.tutorcomp.com\/*", "*:\/\/localhost\/*" ], "js": [ "content_script.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/media.tutorcomp.com\/*", "*:\/\/tutorcomp.com\/*", "*:\/\/class.tutorcomp.com\/*", "*:\/\/localhost\/*" ] } } |