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,…"입니다.
확장 프로그램 스크린샷
ReQorder - Screen Recording 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |