VCR Screen-Share
Record your screen with audio.
Wat is VCR Screen-Share?
VCR Screen-Share is een Chrome-extensie ontwikkeld door https://www.vconfroom.com, en de belangrijkste functie is "Record your screen with audio.".
Extensie Screenshots
Download het CRX-bestand van de extensie VCR Screen-Share
Download VCR Screen-Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VCR Screen-Share |
ID | gmfakinflkflhggbhibfclfidnbcflnd |
Officiële URL | https://chromewebstore.google.com/detail/vcr-screen-share/gmfakinflkflhggbhibfclfidnbcflnd |
Beschrijving | Record your screen with audio. |
Bestandsgrootte | 15.58 KB |
Aantal Installaties | 404 |
Huidige Versie | 4.7.1 |
Laatst Bijgewerkt | 2017-07-26 |
Publicatiedatum | 2017-07-26 |
Ontwikkelaar | https://www.vconfroom.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.vconfroom.com |
Help Pagina-URL | https://www.vconfroom.com |
Ondersteunde Talen | 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" ] } |