JobConvo Live Desktop Streamer
JobConvo | A simple extension that allows you to stream your desktop into meetings.
What is JobConvo Live Desktop Streamer?
JobConvo Live Desktop Streamer is a Chrome extension developed by https://www.jobconvo.com, and its main feature is "JobConvo | A simple extension that allows you to stream your desktop into meetings.".
Extension Screenshots
Download JobConvo Live Desktop Streamer Extension CRX File
Download JobConvo Live Desktop Streamer 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
JobConvo Live | A simple extension that allows you to stream your desktop into meetings.
Extension Basic Information
Name | JobConvo Live Desktop Streamer |
ID | gnblbiejffheicnecifnolcpkeamnfdk |
Official URL | https://chromewebstore.google.com/detail/jobconvo-live-desktop-str/gnblbiejffheicnecifnolcpkeamnfdk |
Description | JobConvo | A simple extension that allows you to stream your desktop into meetings. |
File Size | 51.14 KB |
Installation Count | 35 |
Current Version | 0.1.5 |
Last Updated | 2016-04-12 |
Publish Date | 2016-04-12 |
Developer | https://www.jobconvo.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JobConvo Live Desktop Streamer", "description": "JobConvo | A simple extension that allows you to stream your desktop into meetings.", "version": "0.1.5", "minimum_chrome_version": "34", "icons": { "16": "camera16.png", "48": "camera48.png", "128": "camera128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/live.jobconvo.com\/*" ] } } |