RecView - Vintro recorder
RecView screen recording Chrome extension
Co to jest RecView - Vintro recorder?
RecView - Vintro recorder to rozszerzenie Chrome opracowane przez https://recview.co, a jego główną funkcją jest „RecView screen recording Chrome extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RecView - Vintro recorder
Pobierz pliki rozszerzeń RecView - Vintro recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
RecView's chrome extension, record BD videos, video messages for candidates and anything else you can think of!
Podstawowe informacje o rozszerzeniu
Nazwa | RecView - Vintro recorder |
ID | fffnkcnjomfdcidlfdcdfpgeildojejj |
Oficjalny URL | https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj |
Opis | RecView screen recording Chrome extension |
Rozmiar pliku | 446 KB |
Liczba instalacji | 104 |
Aktualna Wersja | 2.7.1 |
Ostatnia Aktualizacja | 2023-10-27 |
Data Publikacji | 2022-10-18 |
Deweloper | https://recview.co |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://recview.co/extention |
Adres URL Strony Pomocy | https://recview.co/extention |
Adres URL Strony Polityki Prywatności | https://recview.co/privacy |
Obsługiwane Języki | 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" ] } ] } |