RecView - Vintro recorder

RecView screen recording Chrome extension

Apa itu RecView - Vintro recorder?

RecView - Vintro recorder adalah ekstensi Chrome yang dikembangkan oleh https://recview.co, dan fitur utamanya adalah "RecView screen recording Chrome extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RecView - Vintro recorder

Unduh file ekstensi RecView - Vintro recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama RecView - Vintro recorder RecView - Vintro recorder
ID fffnkcnjomfdcidlfdcdfpgeildojejj
URL Resmi https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj
Deskripsi RecView screen recording Chrome extension
Ukuran File 446 KB
Jumlah Instalasi 104
Versi Saat Ini 2.7.1
Terakhir Diperbarui 2023-10-27
Tanggal Publikasi 2022-10-18
Pengembang https://recview.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://recview.co/extention
URL Halaman Bantuan https://recview.co/extention
URL Halaman Kebijakan Privasi https://recview.co/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}