Ensemble Video Recorder

The Ensemble Video Recorder allows you create screen and webcam recordings, then upload and share using Ensemble Video.

Ensemble Video Recorderคืออะไร?

Ensemble Video Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.ensemblevideo.com และคุณลักษณะหลักของมันคือ "The Ensemble Video Recorder allows you create screen and webcam recordings, then upload and share using Ensemble Video."

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

screenshot
screenshot
screenshot

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

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

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

                        Easily create screen and webcam recordings on any computer with the Chrome browser. Then upload and instantly share your video using the Ensemble Video Platform. Ensemble Video is a turnkey video platform that streamlines video capture, video management and video publishing. Ensemble Video enables hundreds of progressive organizations across the globe to deliver accessible media content any time, over a variety of networks. 

RECORD
Desktop, browser tab or webcam recording

UPLOAD
Upload directly into your Ensemble Video media library

SHARE
Once uploaded to Ensemble Video you can publish to any website, LMS, CMS or blog

-------------------------------------------

Why do people use Ensemble Video Recorder?

Education
• Simple screen capture for educators
• Perfect for flipped classrooms
• Designed for Chromebooks

Technology Support
• Capture detailed on-screen experiences
• No more repetitive explanatory emails
• Find and demonstrate bugs with videos

Corporate Training
• Speed up communication and save money
• Create training videos and demos for workforce
• No more repetitive employee on-boarding

-------------------------------------------

Specs
• Requires Ensemble Video 5.1 and above
• Videos can be saved to your local disk and/or directly uploaded to Ensemble Video
• Ensemble Video Recorder does not depend on any external software (like Java, Flash or other plugins) so it runs on Chrome OS and Chromebooks
• Screen recording is a CPU intensive task. Older or weaker computers may lag if multiple programs and tabs are open at the same time as a screencast                    

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

ชื่อ Ensemble Video Recorder Ensemble Video Recorder
ID ikddmmdjjehhdphdcjnnjglakkklckml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ensemble-video-recorder/ikddmmdjjehhdphdcjnnjglakkklckml
คำอธิบาย The Ensemble Video Recorder allows you create screen and webcam recordings, then upload and share using Ensemble Video.
ขนาดไฟล์ 27.72 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2022-03-09
วันที่เผยแพร่ 2020-06-23
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://www.ensemblevideo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ensemblevideo.com/video-platform/screen-capture.aspx#chrome-extension
URL หน้าช่วยเหลือ https://ensemblevideo.zendesk.com/hc/en-us/articles/360019195691
URL หน้านโยบายความเป็นส่วนตัว https://ensemblevideo.com/company/privacy-policy.aspx
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/images\/icons\/128x128.png",
            "16": "assets\/images\/icons\/16x16.png",
            "48": "assets\/images\/icons\/48x48.png"
        },
        "default_popup": "index.html",
        "default_title": "Ensemble Video Recorder"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "The Ensemble Video Recorder allows you create screen and webcam recordings, then upload and share using Ensemble Video.",
    "homepage_url": "https:\/\/www.ensemblevideo.com",
    "icons": {
        "128": "assets\/images\/icons\/128x128.png",
        "16": "assets\/images\/icons\/16x16.png",
        "48": "assets\/images\/icons\/48x48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApuaXVJA7FE\/E37vaQ6aZIKbTRrUDGKGwMzokWhLxeLsUYxIsYl6q1fZvU+LJ\/jsqNgKLVD0cCZZGJHPpKtRR8bhy2ZKKZ3d8eLd1D+fD5LtxvElD6tWVu8bUlpfU64vcxYZU3usdJ6gvXBung0tCYZLki6e5tT6aYIwbjXYQfR\/3nZEBX\/79uK\/J3xTPpiPm2jG7wBF3ulbDnKGWkvkXGsRoX7hEFvF3A2IWa2FO2dU8DWqNJzX2hOeyvchcKCVcIcXohU4Uy9tQQDVQhteV7FUeBbdcil6iyprR\/ptkIKxqeB8ewXjezaVtRSpl\/+V3sX9h4G4HFVr5bYsMcBrPxwIDAQAB",
    "incognito": "spanning",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "name": "Ensemble Video Recorder",
    "offline_enabled": true,
    "options_page": "index.html#\/options",
    "permissions": [
        "cookies",
        "downloads",
        "tabs",
        "storage",
        "unlimitedStorage",
        "identity",
        "desktopCapture",
        "notifications"
    ],
    "short_name": "Ensemble_RC",
    "version": "1.1.6",
    "web_accessible_resources": [
        "authCallback.html",
        "video.html",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/hapi\/v1\/ui\/dropboxes\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "assets\/js\/contextConfig.js"
            ]
        }
    ]
}