Desktop Streamer for Meet Free
A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge.
What is Desktop Streamer for Meet Free?
Desktop Streamer for Meet Free is a Chrome extension developed by paul.richards, and its main feature is "A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge.".
Extension Screenshots
Download Desktop Streamer for Meet Free Extension CRX File
Download Desktop Streamer for Meet Free 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
Allows for screen sharing for MeetFree.US. MeetFree.US provides free no download video conferencing and this extension adds screen sharing capabilities for your google chrome browser.
Extension Basic Information
Name | Desktop Streamer for Meet Free |
ID | adjamnajoadcjpdmjkajnbiebekbmobc |
Official URL | https://chromewebstore.google.com/detail/desktop-streamer-for-meet/adjamnajoadcjpdmjkajnbiebekbmobc |
Description | A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge. |
File Size | 36.35 KB |
Installation Count | 26 |
Current Version | 0.1.5 |
Last Updated | 2015-02-06 |
Publish Date | 2015-02-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | paul.richards |
Payment Type | free |
Extension Website | http://meetfree.us |
Help Page URL | http://meetfree.us/FAQ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Desktop Streamer for Meet Free", "description": "A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge.", "version": "0.1.5", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meetfree.us\/*" ] } } |