Medicine-prof Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
Hvad er Medicine-prof Desktop Streamer?
Medicine-prof Desktop Streamer er en Chrome-udvidelse udviklet af http://medicine-prof.info, og dens hovedfunktion er "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".
Download Medicine-prof Desktop Streamer-udvidelses-CRX-fil
Download Medicine-prof Desktop Streamer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
the extension allows you to share your desktop in medicine-prof.info conference
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pcfdiooolmpddockmfmcblgpilfincem |
Officiel URL | https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem |
Beskrivelse | A simple extension that allows you to stream your desktop into meetings with Medicine-prof. |
Filstørrelse | 21.08 KB |
Antal Installationer | 52 |
Nuværende Version | 0.1.5 |
Senest Opdateret | 2015-04-21 |
Udgivelsesdato | 2015-04-21 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://medicine-prof.info |
Betalingsmetode | free |
Udvidelseswebsted | http://medicine-prof.com |
Understøttede Sprog | 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\/*" ] } } |