RecView - Vintro recorder

RecView screen recording Chrome extension

What is RecView - Vintro recorder?

RecView - Vintro recorder is a Chrome extension developed by https://recview.co, and its main feature is "RecView screen recording Chrome extension".

Extension Screenshots

screenshot

Download RecView - Vintro recorder Extension CRX File

Download RecView - Vintro recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name RecView - Vintro recorder RecView - Vintro recorder
ID fffnkcnjomfdcidlfdcdfpgeildojejj
Official URL https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj
Description RecView screen recording Chrome extension
File Size 446 KB
Installation Count 104
Current Version 2.7.1
Last Updated 2023-10-27
Publish Date 2022-10-18
Developer https://recview.co
Email [email protected]
Payment Type free
Extension Website https://recview.co/extention
Help Page URL https://recview.co/extention
Privacy Policy Page URL https://recview.co/privacy
Supported Languages 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"
            ]
        }
    ]
}