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