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