TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Apa itu TutorMe Screen Sharing?
TutorMe Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://tutorme.com, dan fitur utamanya adalah "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TutorMe Screen Sharing
Unduh file ekstensi TutorMe Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | TutorMe Screen Sharing |
ID | lhjlccminjllnogilkoagiplgcnplhom |
URL Resmi | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
Deskripsi | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
Ukuran File | 8.59 KB |
Jumlah Instalasi | 2,502 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2017-09-27 |
Tanggal Publikasi | 2017-09-27 |
Penilaian | 5.00/5 Total 21 Penilaian |
Pengembang | https://tutorme.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://tutorme.com |
URL Halaman Bantuan | https://help.tutorme.com/ |
URL Halaman Kebijakan Privasi | https://tutorme.com/privacy |
Bahasa yang Didukung | 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" ] } |