VCR Screen-Share
Record your screen with audio.
What is VCR Screen-Share?
VCR Screen-Share is a Chrome extension developed by https://www.vconfroom.com, and its main feature is "Record your screen with audio.".
Extension Screenshots
Download VCR Screen-Share Extension CRX File
Download VCR Screen-Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | gmfakinflkflhggbhibfclfidnbcflnd |
| Official URL | https://chromewebstore.google.com/detail/vcr-screen-share/gmfakinflkflhggbhibfclfidnbcflnd |
| Description | Record your screen with audio. |
| File Size | 15.58 KB |
| Installation Count | 404 |
| Current Version | 4.7.1 |
| Last Updated | 2017-07-26 |
| Publish Date | 2017-07-26 |
| Developer | https://www.vconfroom.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.vconfroom.com |
| Help Page URL | https://www.vconfroom.com |
| Supported Languages | 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"
]
} | |