Pixel Direct Screenshare Room Extension

Pixel CTV Screen Sharing allows you share screens

Qu'est-ce que Pixel Direct Screenshare Room Extension ?

Pixel Direct Screenshare Room Extension est une extension Chrome développée par https://www.netstairs.com, et sa fonction principale est "Pixel CTV Screen Sharing allows you share screens".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pixel Direct Screenshare Room Extension

Téléchargez les fichiers d'extension Pixel Direct Screenshare Room Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pixel Direct Screenshare Room Extension Pixel Direct Screenshare Room Extension
ID icfnnpdeklgcjignpoachjocnhfkjlkk
URL Officiel https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk
Description Pixel CTV Screen Sharing allows you share screens
Taille du Fichier 12.58 KB
Nombre d'Installations 388
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-06-09
Date de Publication 2020-06-09
Développeur https://www.netstairs.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pixel.click-to-video.com
URL de la Page d'Aide https://netstairs.estreamdesk.com/
Langues Prises en Charge 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\/*"
        ]
    }
}