Whiteboard Recorder

Common plugin to record and stream desktop over call

什麼是Whiteboard Recorder?

Whiteboard Recorder是由Tutorcomp開發的Chrome擴展程式,該擴展的主要功能是“Common plugin to record and stream desktop over call”。

擴展截圖

screenshot

下載Whiteboard Recorder擴展crx文件

下載Whiteboard Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension captures  and streams the whiteboard and video of an online class ,which is saved in  a server as the recording of that class. Users need to install this to record the classes for viewing it later.                    

擴展基本資訊

名稱 Whiteboard Recorder Whiteboard Recorder
ID klhbchffhliodpgjjmpgkphadlofoodh
官方網址 https://chromewebstore.google.com/detail/whiteboard-recorder/klhbchffhliodpgjjmpgkphadlofoodh
簡介 Common plugin to record and stream desktop over call
檔案大小 55.46 KB
安裝次數 238
目前版本 1.0.2
更新時間 2021-12-23
上架時間 2021-12-22
開發者 Tutorcomp
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whiteboard Recorder",
    "short_name": "wbrecorder",
    "description": "Common plugin to record and stream desktop over call",
    "version": "1.0.2",
    "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": [
            "*:\/\/demotest.tutorcomp.com\/*",
            "*:\/\/media.tutorcomp.com\/*",
            "*:\/\/eclassmedia.empay.ae\/*",
            "*:\/\/eclassmedia.test.empay.ae\/*",
            "*:\/\/testmedia.tutorcomp.com\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/demo.tutorcomp.com\/*",
            "*:\/\/app.tutorcomp.com\/*",
            "*:\/\/homeschooling.empay.ae\/*",
            "*:\/\/homeschooling.test.empay.ae\/*",
            "*:\/\/elearning.test.empay.ae\/*",
            "*:\/\/testing.tutorcomp.com\/*",
            "*:\/\/democlass.tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/eclass.empay.ae\/*",
            "*:\/\/eclass.test.empay.ae\/*",
            "*:\/\/testclass.tutorcomp.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/logo16x16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/demotest.tutorcomp.com\/*",
                "*:\/\/media.tutorcomp.com\/*",
                "*:\/\/eclassmedia.empay.ae\/*",
                "*:\/\/eclassmedia.test.empay.ae\/*",
                "*:\/\/testmedia.tutorcomp.com\/*",
                "*:\/\/tutorcomp.com\/*",
                "*:\/\/demo.tutorcomp.com\/*",
                "*:\/\/app.tutorcomp.com\/*",
                "*:\/\/homeschooling.empay.ae\/*",
                "*:\/\/homeschooling.test.empay.ae\/*",
                "*:\/\/elearning.test.empay.ae\/*",
                "*:\/\/testing.tutorcomp.com\/*",
                "*:\/\/democlass.tutorcomp.com\/*",
                "*:\/\/class.tutorcomp.com\/*",
                "*:\/\/eclass.empay.ae\/*",
                "*:\/\/eclass.test.empay.ae\/*",
                "*:\/\/testclass.tutorcomp.com\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/demotest.tutorcomp.com\/*",
            "*:\/\/media.tutorcomp.com\/*",
            "*:\/\/eclassmedia.empay.ae\/*",
            "*:\/\/eclassmedia.test.empay.ae\/*",
            "*:\/\/testmedia.tutorcomp.com\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/demo.tutorcomp.com\/*",
            "*:\/\/app.tutorcomp.com\/*",
            "*:\/\/homeschooling.empay.ae\/*",
            "*:\/\/homeschooling.test.empay.ae\/*",
            "*:\/\/elearning.test.empay.ae\/*",
            "*:\/\/testing.tutorcomp.com\/*",
            "*:\/\/democlass.tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/eclass.test.empay.ae\/*",
            "*:\/\/eclass.empay.ae\/*",
            "*:\/\/testclass.tutorcomp.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}