Class Recorder

Common plugin to record and stream desktop over call

Class Recorderとは何ですか?

Class RecorderはTutorcompによって開発されたChromeの拡張機能で、その主な機能は「Common plugin to record and stream desktop over call」です。

拡張機能のスクリーンショット

screenshot

Class Recorder拡張機能のCRXファイルをダウンロード

Class 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.                    

拡張機能の基本情報

名前 Class Recorder Class Recorder
ID laiffkppjhlpakgkomocfmiefgomgkhk
公式URL https://chromewebstore.google.com/detail/class-recorder/laiffkppjhlpakgkomocfmiefgomgkhk
説明 Common plugin to record and stream desktop over call
ファイルサイズ 217 KB
インストール数 69
現在のバージョン 1.0.3
最終更新日 2022-12-21
公開日 2020-11-11
開発者 Tutorcomp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://class.tutorcomp.com.kw
ヘルプページのURL https://tutorcomp.com.kw
プライバシーポリシーページのURL https://www.tutorcomp.com/terms-and-conditions
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Class Recorder",
    "short_name": "wbrecorder",
    "description": "Common plugin to record and stream desktop over call",
    "version": "1.0.3",
    "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\/*",
            "*:\/\/media.tutorcomp.com.kw\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/tutorcomp.com.kw\/*",
            "*:\/\/app.tutorcomp.com\/*",
            "*:\/\/app.tutorcomp.com.kw\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com.kw\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/logo16x16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/media.tutorcomp.com\/*",
                "*:\/\/media.tutorcomp.com.kw\/*",
                "*:\/\/tutorcomp.com\/*",
                "*:\/\/tutorcomp.com.kw\/*",
                "*:\/\/app.tutorcomp.com\/*",
                "*:\/\/app.tutorcomp.com.kw\/*",
                "*:\/\/class.tutorcomp.com\/*",
                "*:\/\/class.tutorcomp.com.kw\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/media.tutorcomp.com\/*",
            "*:\/\/media.tutorcomp.com.kw\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/tutorcomp.com.kw\/*",
            "*:\/\/app.tutorcomp.com\/*",
            "*:\/\/app.tutorcomp.com.kw\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com.kw\/*",
            "*:\/\/localhost\/*"
        ]
    }
}