Zillion Live WebRTC Screen Capture

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

Qu'est-ce que Zillion Live WebRTC Screen Capture ?

Zillion Live WebRTC Screen Capture est une extension Chrome développée par Unknown, et sa fonction principale est "This extension allows WebRTC connections to use the screen as a video source.".

Télécharger le fichier CRX de l'extension Zillion Live WebRTC Screen Capture

Téléchargez les fichiers d'extension Zillion Live WebRTC Screen Capture 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

                        Extension to allow screen sharing with zillion live services.                    

Informations de Base sur l'Extension

Nom Zillion Live WebRTC Screen Capture Zillion Live WebRTC Screen Capture
ID jkhlcipancfeplghhbjgbbbgbcibphjn
URL Officiel https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn
Description This extension allows WebRTC connections to use the screen as a video source.
Taille du Fichier 8.72 KB
Nombre d'Installations 25
Version Actuelle 3.0.01
Dernière Mise à Jour 2018-02-12
Date de Publication 2018-02-12
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}