Medicine-prof Desktop Streamer

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

ما هو Medicine-prof Desktop Streamer؟

Medicine-prof Desktop Streamer هو إضافة Chrome تم تطويرها بواسطة http://medicine-prof.info، والميزة الرئيسية لها هي "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".

تحميل ملف CRX للإضافة Medicine-prof Desktop Streamer

قم بتنزيل ملفات الامتداد Medicine-prof Desktop Streamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Medicine-prof Desktop Streamer Medicine-prof Desktop Streamer
ID pcfdiooolmpddockmfmcblgpilfincem
عنوان URL الرسمي https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem
الوصف A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
حجم الملف 21.08 KB
عدد التثبيتات 52
النسخة الحالية 0.1.5
آخر تحديث 2015-04-21
تاريخ النشر 2015-04-21
تقييم 5.00/5 مجموع تقييمات 1
المطور http://medicine-prof.info
نوع الدفع free
موقع الإضافة http://medicine-prof.com
اللغات المدعومة 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\/*"
        ]
    }
}