Zillion Live WebRTC Screen Capture

This extension allows WebRTC connections to use the screen as a video source.

Zillion Live WebRTC Screen Capture là gì?

Zillion Live WebRTC Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension allows WebRTC connections to use the screen as a video source.".

Tải xuống tệp CRX của tiện ích mở rộng Zillion Live WebRTC Screen Capture

Tải xuống các tệp mở rộng Zillion Live WebRTC Screen Capture 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

                        Extension to allow screen sharing with zillion live services.                    

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

Tên Zillion Live WebRTC Screen Capture Zillion Live WebRTC Screen Capture
ID jkhlcipancfeplghhbjgbbbgbcibphjn
URL Chính Thức https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn
Mô tả This extension allows WebRTC connections to use the screen as a video source.
Kích Thước Tệp 8.72 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 3.0.01
Cập Nhật Lần Cuối 2018-02-12
Ngày Phát Hành 2018-02-12
Nhà Phát Triển Unknown
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": "Zillion Live WebRTC Screen Capture",
    "version": "3.0.01",
    "description": "This extension allows WebRTC connections to use the screen as a video source.",
    "author": "Zillion Group",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/zillion.com",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.myrealappeal.load\/*",
            "*:\/\/*.realappeal.com\/*",
            "*:\/\/*.myzillion.load\/*",
            "*:\/\/*.zillion.com\/*",
            "*:\/\/*.restorehealth.com\/*"
        ]
    }
}