Pixel Direct Screenshare Room Extension

Pixel CTV Screen Sharing allows you share screens

Pixel Direct Screenshare Room Extension là gì?

Pixel Direct Screenshare Room Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.netstairs.com, và tính năng chính của nó là "Pixel CTV Screen Sharing allows you share screens".

Ả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 Pixel Direct Screenshare Room Extension

Tải xuống các tệp mở rộng Pixel Direct Screenshare Room Extension 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

                        Pixel Direct Screen Sharing allows you to share your screens directly into the rooms                    

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

Tên Pixel Direct Screenshare Room Extension Pixel Direct Screenshare Room Extension
ID icfnnpdeklgcjignpoachjocnhfkjlkk
URL Chính Thức https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk
Mô tả Pixel CTV Screen Sharing allows you share screens
Kích Thước Tệp 12.58 KB
Số Lần Cài Đặt 388
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-06-09
Ngày Phát Hành 2020-06-09
Nhà Phát Triển https://www.netstairs.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pixel.click-to-video.com
URL Trang Trợ Giúp https://netstairs.estreamdesk.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixel Direct Screenshare Room Extension",
    "author": "NETSTAIRS",
    "description": "Pixel CTV Screen Sharing allows you share screens",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/pixel.click-to-video.com\/*",
                "https:\/\/icdn.video\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/pixel.click-to-video.com\/",
    "externally_connectable": {
        "matches": [
            "https:\/\/pixel.click-to-video.com\/*",
            "https:\/\/icdn.video\/*"
        ]
    }
}