TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Qu'est-ce que TutorMe Screen Sharing ?
TutorMe Screen Sharing est une extension Chrome développée par https://tutorme.com, et sa fonction principale est "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TutorMe Screen Sharing
Téléchargez les fichiers d'extension TutorMe Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TutorMe Screen Sharing |
ID | lhjlccminjllnogilkoagiplgcnplhom |
URL Officiel | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
Description | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
Taille du Fichier | 8.59 KB |
Nombre d'Installations | 2,502 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-09-27 |
Date de Publication | 2017-09-27 |
Évaluation | 5.00/5 Total 21 Évaluations |
Développeur | https://tutorme.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tutorme.com |
URL de la Page d'Aide | https://help.tutorme.com/ |
URL de la Page de Politique de Confidentialité | https://tutorme.com/privacy |
Langues Prises en Charge | 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" ] } |