TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Was ist TutorMe Screen Sharing?
TutorMe Screen Sharing ist eine Chrome-Erweiterung, die von https://tutorme.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".
Erweiterungsscreenshots
TutorMe Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie TutorMe Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lhjlccminjllnogilkoagiplgcnplhom |
| Offizielle URL | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
| Beschreibung | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
| Dateigröße | 8.59 KB |
| Installationsanzahl | 2,502 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2017-09-27 |
| Veröffentlichungsdatum | 2017-09-27 |
| Bewertung | 5.00/5 Insgesamt 21 Bewertungen |
| Entwickler | https://tutorme.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://tutorme.com |
| Hilfeseite URL | https://help.tutorme.com/ |
| URL der Datenschutzrichtlinien-Seite | https://tutorme.com/privacy |
| Unterstützte Sprachen | 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"
]
} | |