Medicine-prof Desktop Streamer

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

Qu'est-ce que Medicine-prof Desktop Streamer ?

Medicine-prof Desktop Streamer est une extension Chrome développée par http://medicine-prof.info, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".

Télécharger le fichier CRX de l'extension Medicine-prof Desktop Streamer

Téléchargez les fichiers d'extension Medicine-prof Desktop Streamer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Medicine-prof Desktop Streamer Medicine-prof Desktop Streamer
ID pcfdiooolmpddockmfmcblgpilfincem
URL Officiel 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.
Taille du Fichier 21.08 KB
Nombre d'Installations 52
Version Actuelle 0.1.5
Dernière Mise à Jour 2015-04-21
Date de Publication 2015-04-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://medicine-prof.info
Type de Paiement free
Site Web de l'Extension http://medicine-prof.com
Langues Prises en Charge 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\/*"
        ]
    }
}