TutorComp

Plugin to record and stream desktop over call

Wat is TutorComp?

TutorComp is een Chrome-extensie ontwikkeld door https://tutorcomp.com, en de belangrijkste functie is "Plugin to record and stream desktop over call".

Extensie Screenshots

Download het CRX-bestand van de extensie TutorComp

Download TutorComp-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

                        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.                    

Basisinformatie over de Extensie

Naam TutorComp TutorComp
ID lelaodglfjcjedhlafokgednigdclcio
Officiële URL https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio
Beschrijving Plugin to record and stream desktop over call
Bestandsgrootte 41.47 KB
Aantal Installaties 267
Huidige Versie 1.3.1
Laatst Bijgewerkt 2017-12-15
Publicatiedatum 2017-12-15
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://tutorcomp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tutorcomp.com
URL van de Privacybeleid Pagina https://www.tutorcomp.com/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}