Miestro Recorder

Create and launch courses with Miestro - The amazing and easy to use platform and broadcast your course to the world.

Miestro Recorderคืออะไร?

Miestro Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://miestro.com และคุณลักษณะหลักของมันคือ "Create and launch courses with Miestro - The amazing and easy to use platform and broadcast your course to the world."

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

screenshot

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

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

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

                        Record video, screen, and upload them directly into Miestro with one click. 

Only with Miestro you can record your trainings directly and upload them into a membership or online course.

HOW IT WORKS:

Record yourself and/or your screen from Chrome and in one click upload it into Miestro directly. 

KEY FEATURES:

🎥 Record your trainings in one click
→ Record yourself using your front-facing camera or webcam.
→ Capture your screen (any window, browser tab, or desktop).
→ Record BOTH your screen and camera.

PLANS & PRICING:

→ Record, publish and launch your training.

**Please Note** You do need a paid Miestro account to record with the Miestro recorder

14-Day Trial Available                    

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

ชื่อ Miestro Recorder Miestro Recorder
ID pdgeplhoanahgmhppbfndfllfgmkmdfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/miestro-recorder/pdgeplhoanahgmhppbfndfllfgmkmdfb
คำอธิบาย Create and launch courses with Miestro - The amazing and easy to use platform and broadcast your course to the world.
ขนาดไฟล์ 962 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-05-27
วันที่เผยแพร่ 2020-05-26
ผู้พัฒนา https://miestro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://miestro.com
URL หน้าช่วยเหลือ http://support.miestro.com
URL หน้านโยบายความเป็นส่วนตัว https://miestro.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miestro Recorder",
    "short_name": "Miestro Recorder",
    "author": "Miestro",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Create and launch courses with Miestro - The amazing and easy to use platform and broadcast your course to the world.",
    "homepage_url": "https:\/\/miestro.com\/",
    "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",
            "miestroRecorder\/MediaStreamRecorder.js",
            "miestroRecorder\/MultiStreamRecorder.js",
            "miestroRecorder\/MultiStreamsMixer.js",
            "miestroRecorder\/StereoAudioRecorder.js",
            "miestroRecorder\/DiskStorage.js",
            "miestroRecorder\/EBML.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background\/background.contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/miestro-icon.png",
        "default_title": "Record Your Screen, Tab or Camera",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/miestro-icon.png",
        "22": "images\/miestro-icon.png",
        "32": "images\/miestro-icon.png",
        "48": "images\/miestro-icon.png",
        "128": "images\/miestro-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "",
        "identity",
        "https:\/\/www.googleapis.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/miestro-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}