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是由unfoldlabs开发的Chrome扩展程序,该扩展的主要功能是“ReQorder is a screen-recording software platform that allows users to record virtually anything: Co-browsing sessions, demos,…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ReQorder - Screen Recording扩展crx文件

下载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"
    ]
}