RecView - Vintro recorder
RecView screen recording Chrome extension
Что такое RecView - Vintro recorder?
RecView - Vintro recorder - это расширение Chrome, разработанное https://recview.co, и его основная функция - "RecView screen recording Chrome extension".
Снимки экрана расширения
Скачать файл CRX расширения RecView - Vintro recorder
Скачайте файлы расширений RecView - Vintro recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
RecView's chrome extension, record BD videos, video messages for candidates and anything else you can think of!
Основная информация о расширении
Название | RecView - Vintro recorder |
ID | fffnkcnjomfdcidlfdcdfpgeildojejj |
Официальный URL | https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj |
Описание | RecView screen recording Chrome extension |
Размер файла | 446 KB |
Количество установок | 104 |
Текущая Версия | 2.7.1 |
Последнее Обновление | 2023-10-27 |
Дата публикации | 2022-10-18 |
Разработчик | https://recview.co |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://recview.co/extention |
URL страницы помощи | https://recview.co/extention |
URL страницы политики конфиденциальности | https://recview.co/privacy |
Поддерживаемые языки | 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" ] } ] } |