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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://help.tutorme.com/ |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } |