Medicine-prof Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
Vad är Medicine-prof Desktop Streamer?
Medicine-prof Desktop Streamer är en Chrome-tillägg utvecklad av http://medicine-prof.info, och dess huvudfunktion är "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".
Ladda ner Medicine-prof Desktop Streamer-förlängningens CRX-fil
Ladda ner Medicine-prof Desktop Streamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
the extension allows you to share your desktop in medicine-prof.info conference
Grundläggande Information om Tillägg
Namn | |
ID | pcfdiooolmpddockmfmcblgpilfincem |
Officiell webbadress | https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem |
Beskrivning | A simple extension that allows you to stream your desktop into meetings with Medicine-prof. |
Filstorlek | 21.08 KB |
Antal Installationer | 52 |
Aktuell Version | 0.1.5 |
Senast Uppdaterad | 2015-04-21 |
Publiceringsdatum | 2015-04-21 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://medicine-prof.info |
Betalningssätt | free |
Tilläggswebbplats | http://medicine-prof.com |
Stödda Språk | 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\/*" ] } } |