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 |
| Eメール | [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"
]
}
]
} | |