V-CUBE Screen Share
Enables screen sharing feature in V-CUBE Meeting 5 browser version
What is V-CUBE Screen Share?
V-CUBE Screen Share is a Chrome extension developed by bravworld, and its main feature is "Enables screen sharing feature in V-CUBE Meeting 5 browser version".
Extension Screenshots
Download V-CUBE Screen Share Extension CRX File
Download V-CUBE 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
Extension Basic Information
Name | V-CUBE Screen Share |
ID | efjcnbalbebonahihmmofdheckohdgfl |
Official URL | https://chromewebstore.google.com/detail/v-cube-screen-share/efjcnbalbebonahihmmofdheckohdgfl |
Description | Enables screen sharing feature in V-CUBE Meeting 5 browser version |
File Size | 13.23 KB |
Installation Count | 48 |
Current Version | 1.0.5 |
Last Updated | 2017-10-17 |
Publish Date | 2017-10-17 |
Developer | bravworld |
Payment Type | free |
Extension Website | http://www.vcube.com.cn |
Supported Languages | id,en,fr,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 2, "version": "1.0.5", "icons": { "128": "icon128.png" }, "permissions": [ "desktopCapture", "https:\/\/*.vcube.net\/", "https:\/\/*.vcube.com\/", "https:\/\/*.vcubeone.net\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.vcube.net\/*", "https:\/\/*.vcube.com\/*", "https:\/\/*.vcubeone.net\/*" ], "js": [ "content.js" ], "all_frames": false, "run_at": "document_end" } ] } |