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 |
| 官方網址 | 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"
]
}
]
} | |