TutorComp
Plugin to record and stream desktop over call
What is TutorComp?
TutorComp is a Chrome extension developed by https://tutorcomp.com, and its main feature is "Plugin to record and stream desktop over call".
Extension Screenshots
Download TutorComp Extension CRX File
Download TutorComp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TutorComp |
ID | lelaodglfjcjedhlafokgednigdclcio |
Official URL | https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio |
Description | Plugin to record and stream desktop over call |
File Size | 41.47 KB |
Installation Count | 267 |
Current Version | 1.3.1 |
Last Updated | 2017-12-15 |
Publish Date | 2017-12-15 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://tutorcomp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tutorcomp.com |
Privacy Policy Page URL | https://www.tutorcomp.com/privacy-policy |
Supported Languages | 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\/*" ] } } |