Medicine-prof Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
Was ist Medicine-prof Desktop Streamer?
Medicine-prof Desktop Streamer ist eine Chrome-Erweiterung, die von http://medicine-prof.info entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".
Medicine-prof Desktop Streamer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Medicine-prof Desktop Streamer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
the extension allows you to share your desktop in medicine-prof.info conference
Grundlegende Informationen zur Erweiterung
Name | |
ID | pcfdiooolmpddockmfmcblgpilfincem |
Offizielle URL | https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem |
Beschreibung | A simple extension that allows you to stream your desktop into meetings with Medicine-prof. |
Dateigröße | 21.08 KB |
Installationsanzahl | 52 |
Aktuelle Version | 0.1.5 |
Letztes Update | 2015-04-21 |
Veröffentlichungsdatum | 2015-04-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://medicine-prof.info |
Zahlungsart | free |
Erweiterungswebsite | http://medicine-prof.com |
Unterstützte Sprachen | 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\/*" ] } } |