TutorComp

Plugin to record and stream desktop over call

Τι είναι το TutorComp;

Το TutorComp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tutorcomp.com, και η κύρια λειτουργία του είναι "Plugin to record and stream desktop over call".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης TutorComp

Λήψη αρχείων επέκτασης TutorComp σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TutorComp TutorComp
ID lelaodglfjcjedhlafokgednigdclcio
Επίσημο URL https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio
Περιγραφή Plugin to record and stream desktop over call
Μέγεθος Αρχείου 41.47 KB
Αριθμός Εγκαταστάσεων 267
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2017-12-15
Ημερομηνία Δημοσίευσης 2017-12-15
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://tutorcomp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.tutorcomp.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.tutorcomp.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}