RecView - Vintro recorder
RecView screen recording Chrome extension
什么是RecView - Vintro recorder?
RecView - Vintro recorder是由https://recview.co开发的Chrome扩展程序,该扩展的主要功能是“RecView screen recording Chrome extension”。
扩展截图
下载RecView - Vintro recorder扩展crx文件
下载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! 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |