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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}