TutorComp

Plugin to record and stream desktop over call

Co to jest TutorComp?

TutorComp to rozszerzenie Chrome opracowane przez https://tutorcomp.com, a jego główną funkcją jest „Plugin to record and stream desktop over call”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia TutorComp

Pobierz pliki rozszerzeń TutorComp 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

                        TutorComp is a global leader in providing personalized online tutoring. We enable students across the World to learn, excel and stay ahead of the knowledge and innovation curve.                    

Podstawowe informacje o rozszerzeniu

Nazwa TutorComp TutorComp
ID lelaodglfjcjedhlafokgednigdclcio
Oficjalny URL https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio
Opis Plugin to record and stream desktop over call
Rozmiar pliku 41.47 KB
Liczba instalacji 267
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2017-12-15
Data Publikacji 2017-12-15
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper https://tutorcomp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.tutorcomp.com
Adres URL Strony Polityki Prywatności https://www.tutorcomp.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TutorComp",
    "short_name": "TutorComp",
    "description": "Plugin to record and stream desktop over call",
    "version": "1.3.1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/logo16x16.png",
        "48": "images\/logo48x48.png",
        "128": "images\/logo128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "socket.io.js",
            "recorder.js",
            "MediaStreamRecorder.js"
        ],
        "matches": [
            "*:\/\/media.tutorcomp.com\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "tabCapture",
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/logo16x16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/media.tutorcomp.com\/*",
                "*:\/\/tutorcomp.com\/*",
                "*:\/\/class.tutorcomp.com\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/media.tutorcomp.com\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}