Vouch

Request, record and share videos with Vouch

Vouch là gì?

Vouch là một tiện ích mở rộng Chrome được phát triển bởi https://vouchfor.com, và tính năng chính của nó là "Request, record and share videos with Vouch".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vouch

Tải xuống các tệp mở rộng Vouch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vouch Vouch
ID lnafhifkcpnlmhknceopammdkpgebnma
URL Chính Thức https://chromewebstore.google.com/detail/vouch/lnafhifkcpnlmhknceopammdkpgebnma
Mô tả Request, record and share videos with Vouch
Kích Thước Tệp 997 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 0.2.16
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2023-08-02
Đánh Giá 4.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://vouchfor.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vouchfor.com
URL Trang Trợ Giúp https://help.vouchfor.com/en/articles/8184150-browser-extension
URL Trang Chính Sách Bảo Mật https://vouchfor.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}