Vouch
Request, record and share videos with Vouch
Vouch란 무엇입니까?
Vouch은(는) https://vouchfor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Request, record and share videos with Vouch"입니다.
확장 프로그램 스크린샷
Vouch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily capture your screen, camera (or both), and have instant access to your entire Vouch video library to share in a single browser tab. KEY FEATURES: 📹 Record in a single click - capture your screen, camera or both. Full control at your fingertips. 🔗 Need someone else to record a video for you? Easy. Request a Vouch instantly with access to your Campaigns. 🖥️ Capture quality content, up to 4K quality video and 48 kHz audio quality. 🦸♀️ You (and your content) are the hero. The Vouch browser extension is designed for clutter-free output. Hidden recording controls, share in HD, toggle transcriptions on/off and more. 📑 Serial tab and window-hopper? With Vouch you can seamlessly transition between multiple tabs without interrupting your recording. 🦾 AI search built in. Instantly search and share all of your Vouch videos in seconds.
확장 프로그램 기본 정보
이름 | Vouch |
ID | lnafhifkcpnlmhknceopammdkpgebnma |
공식 URL | https://chromewebstore.google.com/detail/vouch/lnafhifkcpnlmhknceopammdkpgebnma |
설명 | Request, record and share videos with Vouch |
파일 크기 | 997 KB |
설치 횟수 | 146 |
현재 버전 | 0.2.16 |
최근 업데이트 | 2024-01-04 |
출시 날짜 | 2023-08-02 |
평점 | 4.94/5 총 18 개의 평점 |
개발자 | https://vouchfor.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://vouchfor.com |
도움말 페이지 URL | https://help.vouchfor.com/en/articles/8184150-browser-extension |
개인정보 보호 정책 페이지 URL | https://vouchfor.com/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vouch", "version": "0.2.16", "description": "Request, record and share videos with Vouch", "minimum_chrome_version": "109", "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "128": "assets\/icons\/icon-128.png" }, "action": { "default_title": "Vouch" }, "background": { "service_worker": "background\/index.js", "type": "module" }, "host_permissions": [ "https:\/\/vouchfor.com\/*", "https:\/\/admin.vouchfor.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/admin.vouchfor.com\/*", "https:\/\/admin-dev.vouchfor.com\/*", "https:\/\/admin-staging.vouchfor.com\/*" ] }, "permissions": [ "activeTab", "scripting", "offscreen" ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/*", "assets\/fonts\/Roobert\/*", "chunks\/*.js", "content\/preview.html", "content\/blob.html", "content\/index.js", "content\/bootstrap.js", "headless-recorder\/processor.js" ], "matches": [ " |