RecView - Vintro recorder
RecView screen recording Chrome extension
Co je RecView - Vintro recorder?
RecView - Vintro recorder je rozšíření Chrome vyvinuté https://recview.co, a jeho hlavní funkcí je „RecView screen recording Chrome extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RecView - Vintro recorder
Stáhněte si soubory rozšíření RecView - Vintro recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
RecView's chrome extension, record BD videos, video messages for candidates and anything else you can think of!
Základní Informace o Rozšíření
Název | RecView - Vintro recorder |
ID | fffnkcnjomfdcidlfdcdfpgeildojejj |
Oficiální URL | https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj |
Popis | RecView screen recording Chrome extension |
Velikost souboru | 446 KB |
Počet instalací | 104 |
Aktuální Verze | 2.7.1 |
Poslední Aktualizace | 2023-10-27 |
Datum Vydání | 2022-10-18 |
Vývojář | https://recview.co |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://recview.co/extention |
URL Stránky Nápovědy | https://recview.co/extention |
URL Stránky Zásad Ochrany Soukromí | https://recview.co/privacy |
Podporované Jazyky | 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" ] } ] } |