TutorMe Screen Sharing

This Chrome extension enables screen sharing for the TutorMe online tutoring platform.

Wat is TutorMe Screen Sharing?

TutorMe Screen Sharing is een Chrome-extensie ontwikkeld door https://tutorme.com, en de belangrijkste functie is "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TutorMe Screen Sharing

Download TutorMe Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TutorMe Screen Sharing TutorMe Screen Sharing
ID lhjlccminjllnogilkoagiplgcnplhom
Officiële URL https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom
Beschrijving This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Bestandsgrootte 8.59 KB
Aantal Installaties 2,502
Huidige Versie 2.0
Laatst Bijgewerkt 2017-09-27
Publicatiedatum 2017-09-27
Beoordeling 5.00/5 Totaal 21 Beoordelingen
Ontwikkelaar https://tutorme.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tutorme.com
Help Pagina-URL https://help.tutorme.com/
URL van de Privacybeleid Pagina https://tutorme.com/privacy
Ondersteunde Talen 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"
    ]
}