WebRTC Desktop Sharing for Uniquity

WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity

WebRTC Desktop Sharing for Uniquity là gì?

WebRTC Desktop Sharing for Uniquity là một tiện ích mở rộng Chrome được phát triển bởi https://andrexen.com, và tính năng chính của nó là "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebRTC Desktop Sharing for Uniquity

Tải xuống các tệp mở rộng WebRTC Desktop Sharing for Uniquity 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

                        WebRTC Desktop Sharing for Uniquity

--
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity                    

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

Tên WebRTC Desktop Sharing for Uniquity WebRTC Desktop Sharing for Uniquity
ID pofiaabfdjpmpaecpfmoplgnngdmfjdd
URL Chính Thức https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd
Mô tả WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
Kích Thước Tệp 12.73 KB
Số Lần Cài Đặt 323
Phiên Bản Hiện Tại 1.5.0.3
Cập Nhật Lần Cuối 2016-02-25
Ngày Phát Hành 2016-02-25
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://andrexen.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.andrexen.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Andrexen",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.andrexen.com\/*",
                "https:\/\/*.cirpack.com\/*",
                "https:\/\/*.uniquity.lab.as30781.net\/*",
                "https:\/\/*.uniquity.ovh\/*"
            ]
        }
    ],
    "description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.andrexen.com\/*",
            "https:\/\/*.cirpack.com\/*",
            "https:\/\/*.uniquity.lab.as30781.net\/*",
            "https:\/\/*.uniquity.ovh\/*"
        ]
    },
    "homepage_url": "http:\/\/uniquity.andrexen.com\/",
    "icons": {
        "128": "icon128.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "WebRTC Desktop Sharing for Uniquity",
    "permissions": [
        "desktopCapture"
    ],
    "version": "1.5.0.3"
}