InterVu Screen Share
Capture full-screen or specific application's screen of InterVu app
What is InterVu Screen Share?
InterVu Screen Share is a Chrome extension developed by Unknown, and its main feature is "Capture full-screen or specific application's screen of InterVu app".
Extension Screenshots
Download InterVu Screen Share Extension CRX File
Download InterVu 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
Enable screen sharing on intervunow.com
Extension Basic Information
Name | |
ID | nmlfljhfllkeeladifnjcncdinampckd |
Official URL | https://chromewebstore.google.com/detail/intervu-screen-share/nmlfljhfllkeeladifnjcncdinampckd |
Description | Capture full-screen or specific application's screen of InterVu app |
File Size | 5.13 KB |
Installation Count | 26 |
Current Version | 1.5.3 |
Last Updated | 2020-05-04 |
Publish Date | 2020-05-04 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InterVu Screen Share", "author": "FocusVision", "version": "1.5.3", "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen of InterVu app", "externally_connectable": { "matches": [ "*:\/\/intervunow.com\/*" ] }, "permissions": [ "desktopCapture", "tabs", "*:\/\/intervunow.com\/*" ], "background": { "scripts": [ "env.js", "background.js" ] }, "icons": { "48": "images\/icon-48.png" } } |