Wit Web Communicator Screen Sharing
This extension allows you to share your screen
What is Wit Web Communicator Screen Sharing?
Wit Web Communicator Screen Sharing is a Chrome extension developed by https://demo.wit-software.com/webcommunicator/webrtc, and its main feature is "This extension allows you to share your screen".
Extension Screenshots
Download Wit Web Communicator Screen Sharing Extension CRX File
Download Wit Web Communicator Screen Sharing 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 extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome. If you want to know more about us please visit https://www.wit-software.com/
Extension Basic Information
Name | Wit Web Communicator Screen Sharing |
ID | chdodaolgebgmhjkppjcincpoeonlgnc |
Official URL | https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc |
Description | This extension allows you to share your screen |
File Size | 9.03 KB |
Installation Count | 59 |
Current Version | 0.0.6 |
Last Updated | 2018-06-06 |
Publish Date | 2018-06-05 |
Developer | https://demo.wit-software.com/webcommunicator/webrtc |
Payment Type | free |
Extension Website | https://www.wit-software.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wit Web Communicator Screen Sharing", "description": "This extension allows you to share your screen", "version": "0.0.6", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "wit16.png", "48": "wit48.png", "128": "wit128.png" }, "permissions": [ "desktopCapture", "https:\/\/*.wit-software.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.wit-software.com\/*" ], "run_at": "document_start" } ] } |