Pixel Direct Screenshare Room Extension

Pixel CTV Screen Sharing allows you share screens

Vad är Pixel Direct Screenshare Room Extension?

Pixel Direct Screenshare Room Extension är en Chrome-tillägg utvecklad av https://www.netstairs.com, och dess huvudfunktion är "Pixel CTV Screen Sharing allows you share screens".

Tilläggsskärmbilder

screenshot

Ladda ner Pixel Direct Screenshare Room Extension-förlängningens CRX-fil

Ladda ner Pixel Direct Screenshare Room Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Pixel Direct Screenshare Room Extension Pixel Direct Screenshare Room Extension
ID icfnnpdeklgcjignpoachjocnhfkjlkk
Officiell webbadress https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk
Beskrivning Pixel CTV Screen Sharing allows you share screens
Filstorlek 12.58 KB
Antal Installationer 388
Aktuell Version 1.1.0
Senast Uppdaterad 2020-06-09
Publiceringsdatum 2020-06-09
Utvecklare https://www.netstairs.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pixel.click-to-video.com
Hjälpsida URL https://netstairs.estreamdesk.com/
Stödda Språk 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\/*"
        ]
    }
}