TutorComp
Plugin to record and stream desktop over call
ما هو TutorComp؟
TutorComp هو إضافة Chrome تم تطويرها بواسطة https://tutorcomp.com، والميزة الرئيسية لها هي "Plugin to record and stream desktop over call".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TutorComp
قم بتنزيل ملفات الامتداد TutorComp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | TutorComp |
ID | lelaodglfjcjedhlafokgednigdclcio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio |
الوصف | Plugin to record and stream desktop over call |
حجم الملف | 41.47 KB |
عدد التثبيتات | 267 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2017-12-15 |
تاريخ النشر | 2017-12-15 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | https://tutorcomp.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.tutorcomp.com |
عنوان صفحة سياسة الخصوصية | https://www.tutorcomp.com/privacy-policy |
اللغات المدعومة | 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\/*" ] } } |