TutorMe Screen Sharing

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

Co je TutorMe Screen Sharing?

TutorMe Screen Sharing je rozšíření Chrome vyvinuté https://tutorme.com, a jeho hlavní funkcí je „This Chrome extension enables screen sharing for the TutorMe online tutoring platform.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření TutorMe Screen Sharing

Stáhněte si soubory rozšíření TutorMe Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TutorMe Screen Sharing TutorMe Screen Sharing
ID lhjlccminjllnogilkoagiplgcnplhom
Oficiální URL https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom
Popis This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Velikost souboru 8.59 KB
Počet instalací 2,502
Aktuální Verze 2.0
Poslední Aktualizace 2017-09-27
Datum Vydání 2017-09-27
Hodnocení 5.00/5 Celkem 21 Hodnocení
Vývojář https://tutorme.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tutorme.com
URL Stránky Nápovědy https://help.tutorme.com/
URL Stránky Zásad Ochrany Soukromí https://tutorme.com/privacy
Podporované Jazyky 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"
    ]
}