Companion Screenshare Utility
Companion Web utility for screen share
What is Companion Screenshare Utility?
Companion Screenshare Utility is a Chrome extension developed by https://vsd.compunetix.com, and its main feature is "Companion Web utility for screen share".
Extension Screenshots
Download Companion Screenshare Utility Extension CRX File
Download Companion Screenshare Utility 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
Companion Web utility for screen share
Extension Basic Information
Name | Companion Screenshare Utility |
ID | bejbmapcalkhmimcnkbmniokeklnaban |
Official URL | https://chromewebstore.google.com/detail/companion-screenshare-uti/bejbmapcalkhmimcnkbmniokeklnaban |
Description | Companion Web utility for screen share |
File Size | 21.63 KB |
Installation Count | 159 |
Current Version | 1.0.7 |
Last Updated | 2018-11-05 |
Publish Date | 2018-11-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://vsd.compunetix.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Companion Screenshare Utility", "description": "Companion Web utility for screen share", "version": "1.0.7", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.compunetix.com\/*", "*:\/\/*.choruscall.com\/*", "*:\/\/*.virtualmcu.com\/*", "*:\/\/*.conferencecall.international\/*", "*:\/\/*.mnfgroup.limited\/*", "*:\/\/*.mynetfone.com.au\/*", "*:\/\/*.symbionetworks.com\/*", "*:\/\/*.iboss.com.au\/*", "*:\/\/*.vcontactcenter.com\/*", "*:\/\/*.1clickvc.com\/*", "*:\/\/*.vc2cloud.com\/*", "*:\/\/*.aethra.net\/*", "*:\/\/*.bcme.global\/*", "*:\/\/*.choruscallasia.com\/*", "*:\/\/*.choruscallasia.net\/*", "*:\/\/*.newvideoconference.com\/*", "*:\/\/evergreen.is-by.us\/*" ], "accepts_tls_channel_id": true } } |