Webinar Screen Capturing
Webinar Screen Capturing
What is Webinar Screen Capturing?
Webinar Screen Capturing is a Chrome extension developed by https://meetvio.com, and its main feature is "Webinar Screen Capturing".
Extension Screenshots
Download Webinar Screen Capturing Extension CRX File
Download Webinar Screen Capturing 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
This extension is required to use screen share, from Chrome, in the Meetvio platform.
Extension Basic Information
Name | Webinar Screen Capturing |
ID | gandlkpbgnlgjamnbhcndcafjdocbgag |
Official URL | https://chromewebstore.google.com/detail/webinar-screen-capturing/gandlkpbgnlgjamnbhcndcafjdocbgag |
Description | Webinar Screen Capturing |
File Size | 21.4 KB |
Installation Count | 1,281 |
Current Version | 1.3 |
Last Updated | 2021-08-31 |
Publish Date | 2020-01-04 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://meetvio.com |
[email protected] | |
Payment Type | free |
Extension Website | https://meetvio.com |
Help Page URL | https://help.meetvio.com |
Privacy Policy Page URL | https://vidthere.com/privacy |
Supported Languages | en |
manifest.json | |
{ "author": "Webinar Screen Capturing", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "*:\/\/meetvio.com\/*", "*:\/\/*.meetvio.com\/*", "*:\/\/webinar.view3d.tv\/*", "*:\/\/session.webozium.live\/*", "*:\/\/lissymvlive.rdteams.com\/*", "*:\/\/my.iqmeeting.com\/*", "*:\/\/app.eyeseeyou.live\/*", "*:\/\/app.meetfrom.com\/*", "*:\/\/webinar.askbutler.com\/*", "*:\/\/meet.icanhelpyourbusiness.co.uk\/*", "*:\/\/videocall.tankokseng.com\/*", "*:\/\/webinar.kutchy.com\/*", "*:\/\/Go-Pal.ca\/*", "*:\/\/webinar.meetrr.com\/*", "*:\/\/app.moteus.io\/*", "*:\/\/webinarmatic.com\/*", "*:\/\/stream.magicevents.live\/*", "*:\/\/app.echoroom.io\/*", "*:\/\/app.flexwebinar.com\/*", "*:\/\/app.gojumpa.com\/*", "*:\/\/login.webinaracceleration.com\/*", "*:\/\/app.webinera.io\/*" ], "run_at": "document_end" } ], "description": "Webinar Screen Capturing", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Webinar Screen Capturing", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "web_accessible_resources": [ "icon48.png" ] } |