TutorMe Screen Sharing

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

Co to jest TutorMe Screen Sharing?

TutorMe Screen Sharing to rozszerzenie Chrome opracowane przez https://tutorme.com, a jego główną funkcją jest „This Chrome extension enables screen sharing for the TutorMe online tutoring platform.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TutorMe Screen Sharing

Pobierz pliki rozszerzeń TutorMe Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TutorMe Screen Sharing TutorMe Screen Sharing
ID lhjlccminjllnogilkoagiplgcnplhom
Oficjalny URL https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom
Opis This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Rozmiar pliku 8.59 KB
Liczba instalacji 2,502
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2017-09-27
Data Publikacji 2017-09-27
Ocena 5.00/5 Łącznie 21 Oceny
Deweloper https://tutorme.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tutorme.com
Adres URL Strony Pomocy https://help.tutorme.com/
Adres URL Strony Polityki Prywatności https://tutorme.com/privacy
Obsługiwane Języki 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"
    ]
}