TutorComp

Plugin to record and stream desktop over call

TutorComp क्या है?

TutorComp https://tutorcomp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin to record and stream desktop over call"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TutorComp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}