Screen Capturing for ProVideomeeting
Extension to enable Screen Sharing for ProVideomeeting application
What is Screen Capturing for ProVideomeeting?
Screen Capturing for ProVideomeeting is a Chrome extension developed by https://provideomeeting.com, and its main feature is "Extension to enable Screen Sharing for ProVideomeeting application".
Extension Screenshots
Download Screen Capturing for ProVideomeeting Extension CRX File
Download Screen Capturing for ProVideomeeting 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 WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees. What is ProVideomeeting? - New level of online meetings. - Show presentations, video files or share your screen. Communicate in a common chat room or via private messages. - Modern HTML5 and WebRTC technologies, providing for high operation speed. - More than 75 functions with a simple intuitive interface. Discover new generation platform for video conferences
Extension Basic Information
Name | Screen Capturing for ProVideomeeting |
ID | jefofalaofaikkkpcekdgjchamdbkhgh |
Official URL | https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh |
Description | Extension to enable Screen Sharing for ProVideomeeting application |
File Size | 5.69 KB |
Installation Count | 30 |
Current Version | 1.0.1 |
Last Updated | 2017-05-23 |
Publish Date | 2017-05-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://provideomeeting.com |
Payment Type | free |
Extension Website | https://provideomeeting.com/ |
Privacy Policy Page URL | https://provideomeeting.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capturing for ProVideomeeting", "author": "NoviNexus Inc.", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Extension to enable Screen Sharing for ProVideomeeting application", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/provideomeeting.com\/*", "*:\/\/*.provideomeeting.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |