yunxin Web Screensharing file

Allows you to capture your desktop for use in video applications

yunxin Web Screensharing file là gì?

yunxin Web Screensharing file là một tiện ích mở rộng Chrome được phát triển bởi nrtc018, và tính năng chính của nó là "Allows you to capture your desktop for use in video applications".

Ả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 yunxin Web Screensharing file

Tải xuống các tệp mở rộng yunxin Web Screensharing file 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

                        网易云信屏幕共享插件主要用于在Chrome浏览器里实现屏幕共享功能,在集成了云信WebrtcSDK的应用中,使用屏幕共享功能时,需要安装该插件。                    

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

Tên yunxin Web Screensharing file yunxin Web Screensharing file
ID gapafbpmfemleaplicdhhcikajbogpkf
URL Chính Thức https://chromewebstore.google.com/detail/yunxin-web-screensharing/gapafbpmfemleaplicdhhcikajbogpkf
Mô tả Allows you to capture your desktop for use in video applications
Kích Thước Tệp 12.27 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-09-18
Ngày Phát Hành 2018-09-17
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nrtc018
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "yunxin Web Screensharing file",
    "description": "Allows you to capture your desktop for use in video applications",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "yunxin Web Screensharing file"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/10.242.65.222\/*",
            "*:\/\/webnrtc.netease.im\/*",
            "*:\/\/apptest.netease.im\/*",
            "*:\/\/app.netease.im\/*",
            "*:\/\/app.yunxin.163.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "declarativeContent"
    ]
}