TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Cos'è TutorMe Screen Sharing?
TutorMe Screen Sharing è un'estensione di Chrome sviluppata da https://tutorme.com, e la sua funzione principale è "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TutorMe Screen Sharing
Scarica i file di estensione TutorMe Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | lhjlccminjllnogilkoagiplgcnplhom |
| URL Ufficiale | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
| Descrizione | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
| Dimensione del File | 8.59 KB |
| Conteggio Installazioni | 2,502 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2017-09-27 |
| Data di Pubblicazione | 2017-09-27 |
| Valutazione | 5.00/5 Totale 21 Valutazioni |
| Sviluppatore | https://tutorme.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://tutorme.com |
| URL della Pagina di Aiuto | https://help.tutorme.com/ |
| URL della Pagina della Politica sulla Privacy | https://tutorme.com/privacy |
| Lingue Supportate | 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"
]
} | |