TutorComp
Plugin to record and stream desktop over call
Was ist TutorComp?
TutorComp ist eine Chrome-Erweiterung, die von https://tutorcomp.com entwickelt wurde, und ihr Hauptmerkmal ist "Plugin to record and stream desktop over call".
Erweiterungsscreenshots
TutorComp-Erweiterungs-CRX-Datei herunterladen
Laden Sie TutorComp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | lelaodglfjcjedhlafokgednigdclcio | 
| Offizielle URL | https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio | 
| Beschreibung | Plugin to record and stream desktop over call | 
| Dateigröße | 41.47 KB | 
| Installationsanzahl | 267 | 
| Aktuelle Version | 1.3.1 | 
| Letztes Update | 2017-12-15 | 
| Veröffentlichungsdatum | 2017-12-15 | 
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen | 
| Entwickler | https://tutorcomp.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.tutorcomp.com | 
| URL der Datenschutzrichtlinien-Seite | https://www.tutorcomp.com/privacy-policy | 
| Unterstützte Sprachen | 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\/*"
        ]
    }
}  |  |