TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Vad är TutorMe Screen Sharing?
TutorMe Screen Sharing är en Chrome-tillägg utvecklad av https://tutorme.com, och dess huvudfunktion är "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".
Tilläggsskärmbilder
Ladda ner TutorMe Screen Sharing-förlängningens CRX-fil
Ladda ner TutorMe Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | TutorMe Screen Sharing |
ID | lhjlccminjllnogilkoagiplgcnplhom |
Officiell webbadress | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
Beskrivning | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
Filstorlek | 8.59 KB |
Antal Installationer | 2,502 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2017-09-27 |
Publiceringsdatum | 2017-09-27 |
Betyg | 5.00/5 Totalt 21 Betyg |
Utvecklare | https://tutorme.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://tutorme.com |
Hjälpsida URL | https://help.tutorme.com/ |
URL till Sekretesspolicy Sidan | https://tutorme.com/privacy |
Stödda Språk | 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" ] } |