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