Learningcourt Recorder

learningcourt Record screen activity, camera, mic, tab, speakers in 4K HD video format using RecordRTC

Learningcourt Recorderคืออะไร?

Learningcourt Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.learningcourt.com และคุณลักษณะหลักของมันคือ "learningcourt Record screen activity, camera, mic, tab, speakers in 4K HD video format using RecordRTC"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learningcourt Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Learningcourt Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        러닝코트 사이트에서 면접 및 첨삭 화면 녹화 및 카메라, 마이크 녹화를 위한 익스텐션입니다. 독립적으로 작동하지만 사이트 기능을 위해 최적화 되었습니다. RTC recorder를 위해서 만들어져 있으며, 사이트의 영상 녹화 기능을 사용하기 위하여 필요한 프로그램입니다.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Learningcourt Recorder Learningcourt Recorder
ID bfcdnhknjbephnjgjogoacnmgmnfolbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/learningcourt-recorder/bfcdnhknjbephnjgjogoacnmgmnfolbo
คำอธิบาย learningcourt Record screen activity, camera, mic, tab, speakers in 4K HD video format using RecordRTC
ขนาดไฟล์ 164 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-13
วันที่เผยแพร่ 2020-11-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.learningcourt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.learningcourt.com/
URL หน้าช่วยเหลือ https://www.learningcourt.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.learningcourt.com/company/privacy-polish
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Learningcourt Recorder",
    "short_name": "LCRecord",
    "author": "Daewon Kim",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "learningcourt Record screen activity, camera, mic, tab, speakers in 4K HD video format using RecordRTC",
    "background": {
        "scripts": [
            "background\/background.common.js",
            "background\/background.js",
            "background\/background.desktopCapture.js",
            "background\/background.tabCapture.js",
            "background\/background.badgeText.js",
            "background\/background.getUserMedia.js",
            "background\/background.messaging.js",
            "background\/background.players.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/MultiStreamsMixer.js",
            "RecordRTC\/StereoAudioRecorder.js",
            "RecordRTC\/DiskStorage.js",
            "RecordRTC\/EBML.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background\/background.contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Record Your Screen, Tab or Camera",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/main-icon-16.png",
        "22": "images\/main-icon-22.png",
        "32": "images\/main-icon-32.png",
        "48": "images\/main-icon-48.png",
        "128": "images\/main-icon-128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "",
        "identity",
        "https:\/\/www.googleapis.com\/*"
    ],
    "oauth2": {
        "client_id": "41556190767-44cbqasurg3dhfr9hmj1v90q5v8r9v46.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.upload",
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}