Pixel Direct Screenshare Room Extension

Pixel CTV Screen Sharing allows you share screens

Apa itu Pixel Direct Screenshare Room Extension?

Pixel Direct Screenshare Room Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.netstairs.com, dan fitur utamanya adalah "Pixel CTV Screen Sharing allows you share screens".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pixel Direct Screenshare Room Extension

Unduh file ekstensi Pixel Direct Screenshare Room Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pixel Direct Screenshare Room Extension Pixel Direct Screenshare Room Extension
ID icfnnpdeklgcjignpoachjocnhfkjlkk
URL Resmi https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk
Deskripsi Pixel CTV Screen Sharing allows you share screens
Ukuran File 12.58 KB
Jumlah Instalasi 388
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2020-06-09
Tanggal Publikasi 2020-06-09
Pengembang https://www.netstairs.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pixel.click-to-video.com
URL Halaman Bantuan https://netstairs.estreamdesk.com/
Bahasa yang Didukung 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\/*"
        ]
    }
}