Medicine-prof Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Medicine-prof.

Wat is Medicine-prof Desktop Streamer?

Medicine-prof Desktop Streamer is een Chrome-extensie ontwikkeld door http://medicine-prof.info, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".

Download het CRX-bestand van de extensie Medicine-prof Desktop Streamer

Download Medicine-prof Desktop Streamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        the extension allows you to share your desktop in medicine-prof.info conference                    

Basisinformatie over de Extensie

Naam Medicine-prof Desktop Streamer Medicine-prof Desktop Streamer
ID pcfdiooolmpddockmfmcblgpilfincem
Officiële URL https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem
Beschrijving A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
Bestandsgrootte 21.08 KB
Aantal Installaties 52
Huidige Versie 0.1.5
Laatst Bijgewerkt 2015-04-21
Publicatiedatum 2015-04-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://medicine-prof.info
Betalingswijze free
Extensiewebsite http://medicine-prof.com
Ondersteunde Talen 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\/*"
        ]
    }
}