VCR Screen-Share
Record your screen with audio.
什么是VCR Screen-Share?
VCR Screen-Share是由https://www.vconfroom.com开发的Chrome扩展程序,该扩展的主要功能是“Record your screen with audio.”。
扩展截图
下载VCR Screen-Share扩展crx文件
下载VCR Screen-Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Capture full-screen or specific screen.
This is screen sharing and screen recording with audio extension.can be used in https://www.vconfroom.com Application only. 扩展基本信息
| 名称 | |
| ID | gmfakinflkflhggbhibfclfidnbcflnd |
| 官方URL | https://chromewebstore.google.com/detail/vcr-screen-share/gmfakinflkflhggbhibfclfidnbcflnd |
| 简介 | Record your screen with audio. |
| 文件大小 | 15.58 KB |
| 安装次数 | 404 |
| 当前版本 | 4.7.1 |
| 更新时间 | 2017-07-26 |
| 上架时间 | 2017-07-26 |
| 开发者 | https://www.vconfroom.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.vconfroom.com |
| 帮助页面URL | https://www.vconfroom.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "VCR Screen-Share",
"author": "Pooja Shirsath",
"version": "4.7.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Record your screen with audio.",
"homepage_url": "https:\/\/www.vconfroom.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/www.vconfroom.com\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |