QuScreenSharing
Screen sharing for Qic Cloud Metting Room
What is QuScreenSharing?
QuScreenSharing is a Chrome extension developed by https://as01.vccloud.quantatw.com, and its main feature is "Screen sharing for Qic Cloud Metting Room".
Extension Screenshots
Download QuScreenSharing Extension CRX File
Download QuScreenSharing 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
Install the extension to allow desktop sharing feature for QIC Cloud Meeting Room.
Extension Basic Information
Name | |
ID | heekedpelobeobjbgkgdpffjniphiipn |
Official URL | https://chromewebstore.google.com/detail/quscreensharing/heekedpelobeobjbgkgdpffjniphiipn |
Description | Screen sharing for Qic Cloud Metting Room |
File Size | 22.36 KB |
Installation Count | 12 |
Current Version | 0.1.2 |
Last Updated | 2014-07-22 |
Publish Date | 2014-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://as01.vccloud.quantatw.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuScreenSharing", "description": "Screen sharing for Qic Cloud Metting Room", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "tabs", "*:\/\/*\/join*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/join*" ] } ] } |