ReQorder - Screen Recording

ReQorder is a screen-recording software platform that allows users to record virtually anything: Co-browsing sessions, demos,…

ReQorder - Screen Recordingคืออะไร?

ReQorder - Screen Recording เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unfoldlabs และคุณลักษณะหลักของมันคือ "ReQorder is a screen-recording software platform that allows users to record virtually anything: Co-browsing sessions, demos,…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReQorder - Screen Recording

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

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

                        ReQorder is a screen-recording software platform that allows users to record virtually anything: Co-browsing sessions, demos, presentations, or even chat conversations. It is an adaptable solution for Screen Recording that provides an API Driven Platform which can be integrated into any Oracle CX Cloud Platform or any other existing product/solution.                    

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

ชื่อ ReQorder - Screen Recording ReQorder - Screen Recording
ID hljpjpbjepjladnegpnkffifhjnecdce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reqorder-screen-recording/hljpjpbjepjladnegpnkffifhjnecdce
คำอธิบาย ReQorder is a screen-recording software platform that allows users to record virtually anything: Co-browsing sessions, demos,…
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 3.1.1.1
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2021-06-28
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา unfoldlabs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.reqorder.net/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Uma",
    "background": {
        "persistent": false,
        "scripts": [
            "preview\/jquery.min.js",
            "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",
            "background\/background.config.js",
            "Reqorder\/MediaStreamRecorder.js",
            "Reqorder\/MultiStreamRecorder.js",
            "Reqorder\/MultiStreamsMixer.js",
            "Reqorder\/StereoAudioRecorder.js",
            "Reqorder\/DiskStorage.js",
            "Reqorder\/EBML.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_popup": "index.html",
        "default_title": "Record Your Screen, Tab or Camera"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "background\/background.contentScript.js",
                "contentScripts.js"
            ],
            "matches": [
                "",
                "https:\/\/*\/ReQorderWeb*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/main-icon.png",
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "name": "ReQorder - Screen Recording",
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "audio",
        "activeTab",
        "",
        "identity",
        "https:\/\/www.googleapis.com\/*",
        "notifications"
    ],
    "short_name": "ReQorder",
    "version": "3.1.1.1",
    "web_accessible_resources": [
        "images\/main-icon.png"
    ]
}