VCR Screen-share

Record your screen with audio.

什么是VCR Screen-share?

VCR Screen-share是由https://www.meetonvcr.com开发的Chrome扩展程序,该扩展的主要功能是“Record your screen with audio.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 VCR Screen-share VCR Screen-share
ID lmlcambdchapaobpbooiekfpgjnoodom
官方URL https://chrome.google.com/webstore/detail/vcr-screen-share/lmlcambdchapaobpbooiekfpgjnoodom
简介 Record your screen with audio.
文件大小 16.13 KB
安装次数 16
当前版本 4.7.1
更新时间 2017-07-26
上架时间 2017-07-26
开发者 https://www.meetonvcr.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.meetonvcr.com
帮助页面URL https://www.meetonvcr.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.meetonvcr.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.meetonvcr.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}