RecView - Vintro recorder

RecView screen recording Chrome extension

RecView - Vintro recorder là gì?

RecView - Vintro recorder là một tiện ích mở rộng Chrome được phát triển bởi https://recview.co, và tính năng chính của nó là "RecView screen recording Chrome extension".

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

screenshot

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

Tải xuống các tệp mở rộng RecView - Vintro recorder 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

                        RecView's chrome extension, record BD videos, video messages for candidates and anything else you can think of!                    

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

Tên RecView - Vintro recorder RecView - Vintro recorder
ID fffnkcnjomfdcidlfdcdfpgeildojejj
URL Chính Thức https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj
Mô tả RecView screen recording Chrome extension
Kích Thước Tệp 446 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 2.7.1
Cập Nhật Lần Cuối 2023-10-27
Ngày Phát Hành 2022-10-18
Nhà Phát Triển https://recview.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://recview.co/extention
URL Trang Trợ Giúp https://recview.co/extention
URL Trang Chính Sách Bảo Mật https://recview.co/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecView - Vintro recorder",
    "description": "RecView screen recording Chrome extension",
    "version": "2.7.1",
    "action": {
        "default_icon": "images\/recview-logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "system.display"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/overlay_app.js",
                "js\/event_handler.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "overlay.html"
            ]
        }
    ]
}