Medicine-prof Desktop Streamer

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

Medicine-prof Desktop Streamer là gì?

Medicine-prof Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi http://medicine-prof.info, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.".

Tải xuống tệp CRX của tiện ích mở rộng Medicine-prof Desktop Streamer

Tải xuống các tệp mở rộng Medicine-prof Desktop Streamer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Medicine-prof Desktop Streamer Medicine-prof Desktop Streamer
ID pcfdiooolmpddockmfmcblgpilfincem
URL Chính Thức https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem
Mô tả A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
Kích Thước Tệp 21.08 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2015-04-21
Ngày Phát Hành 2015-04-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://medicine-prof.info
Loại Thanh Toán free
Trang Web Mở Rộng http://medicine-prof.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}