Medicine-prof Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
What is Medicine-prof Desktop Streamer?
Medicine-prof Desktop Streamer is a Chrome extension developed by http://medicine-prof.info, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".
Download Medicine-prof Desktop Streamer Extension CRX File
Download Medicine-prof 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
the extension allows you to share your desktop in medicine-prof.info conference
Extension Basic Information
Name | |
ID | pcfdiooolmpddockmfmcblgpilfincem |
Official URL | https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem |
Description | A simple extension that allows you to stream your desktop into meetings with Medicine-prof. |
File Size | 21.08 KB |
Installation Count | 52 |
Current Version | 0.1.5 |
Last Updated | 2015-04-21 |
Publish Date | 2015-04-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://medicine-prof.info |
Payment Type | free |
Extension Website | http://medicine-prof.com |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medicine-prof Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.", "version": "0.1.5", "minimum_chrome_version": "34", "icons": { "16": "mp-logo-16x16.png", "48": "mp-logo-48x48.png", "128": "mp-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/medicine-prof.info\/*" ] } } |