TutorComp

Plugin to record and stream desktop over call

Cos'è TutorComp?

TutorComp è un'estensione di Chrome sviluppata da https://tutorcomp.com, e la sua funzione principale è "Plugin to record and stream desktop over call".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione TutorComp

Scarica i file di estensione TutorComp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TutorComp TutorComp
ID lelaodglfjcjedhlafokgednigdclcio
URL Ufficiale https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio
Descrizione Plugin to record and stream desktop over call
Dimensione del File 41.47 KB
Conteggio Installazioni 267
Versione Corrente 1.3.1
Ultimo Aggiornamento 2017-12-15
Data di Pubblicazione 2017-12-15
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://tutorcomp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tutorcomp.com
URL della Pagina della Politica sulla Privacy https://www.tutorcomp.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}