Edaura Video Collaboration Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.

Edaura Video Collaboration Desktop Streamer là gì?

Edaura Video Collaboration Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi edaura.android, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.".

Tải xuống tệp CRX của tiện ích mở rộng Edaura Video Collaboration Desktop Streamer

Tải xuống các tệp mở rộng Edaura Video Collaboration 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

                                            

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

Tên Edaura Video Collaboration Desktop Streamer Edaura Video Collaboration Desktop Streamer
ID mhgahehopklfajcpemmkbaljeagacdkp
URL Chính Thức https://chromewebstore.google.com/detail/edaura-video-collaboratio/mhgahehopklfajcpemmkbaljeagacdkp
Mô tả A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.
Kích Thước Tệp 25.42 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2017-04-10
Ngày Phát Hành 2017-04-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển edaura.android
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edaura Video Collaboration Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "edaura-logo-16x16.png",
        "48": "edaura-logo-48x48.png",
        "128": "edaura-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/videocollaboration.edaura.com\/*"
        ]
    }
}