Medicine-prof Desktop Streamer

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

Apa itu Medicine-prof Desktop Streamer?

Medicine-prof Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh http://medicine-prof.info, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".

Unduh Berkas CRX Ekstensi Medicine-prof Desktop Streamer

Unduh file ekstensi Medicine-prof Desktop Streamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Medicine-prof Desktop Streamer Medicine-prof Desktop Streamer
ID pcfdiooolmpddockmfmcblgpilfincem
URL Resmi https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem
Deskripsi A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
Ukuran File 21.08 KB
Jumlah Instalasi 52
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2015-04-21
Tanggal Publikasi 2015-04-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://medicine-prof.info
Tipe Pembayaran free
Situs Ekstensi http://medicine-prof.com
Bahasa yang Didukung 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\/*"
        ]
    }
}