TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
ما هو TutorMe Screen Sharing؟
TutorMe Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://tutorme.com، والميزة الرئيسية لها هي "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TutorMe Screen Sharing
قم بتنزيل ملفات الامتداد TutorMe Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TutorMe's online tutoring platform enables students and tutors to: ∙ Connect via audio, video, and chat for seamless communication ∙ Collaborate on a shared whiteboard ∙ Upload documents to your whiteboard ∙ Export your whiteboard after the lesson ∙ Use a synchronized text editor and code editor ∙ Screen share with students
معلومات أساسية عن التمديد
الاسم | TutorMe Screen Sharing |
ID | lhjlccminjllnogilkoagiplgcnplhom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
الوصف | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
حجم الملف | 8.59 KB |
عدد التثبيتات | 2,502 |
النسخة الحالية | 2.0 |
آخر تحديث | 2017-09-27 |
تاريخ النشر | 2017-09-27 |
تقييم | 5.00/5 مجموع تقييمات 21 |
المطور | https://tutorme.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tutorme.com |
عنوان صفحة المساعدة | https://help.tutorme.com/ |
عنوان صفحة سياسة الخصوصية | https://tutorme.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TutorMe Screen Sharing", "author": "TutorMe.com, Inc.", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.tutorme.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |