RecView - Vintro recorder

RecView screen recording Chrome extension

Cos'è RecView - Vintro recorder?

RecView - Vintro recorder è un'estensione di Chrome sviluppata da https://recview.co, e la sua funzione principale è "RecView screen recording Chrome extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RecView - Vintro recorder

Scarica i file di estensione RecView - Vintro recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome RecView - Vintro recorder RecView - Vintro recorder
ID fffnkcnjomfdcidlfdcdfpgeildojejj
URL Ufficiale https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj
Descrizione RecView screen recording Chrome extension
Dimensione del File 446 KB
Conteggio Installazioni 104
Versione Corrente 2.7.1
Ultimo Aggiornamento 2023-10-27
Data di Pubblicazione 2022-10-18
Sviluppatore https://recview.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://recview.co/extention
URL della Pagina di Aiuto https://recview.co/extention
URL della Pagina della Politica sulla Privacy https://recview.co/privacy
Lingue Supportate 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"
            ]
        }
    ]
}