Vizia Connector

The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…

Qu'est-ce que Vizia Connector ?

Vizia Connector est une extension Chrome développée par https://www.brandwatch.com/vizia, et sa fonction principale est "The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vizia Connector

Téléchargez les fichiers d'extension Vizia Connector 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

                        The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. 

By installing the connector on your destination screens the intuitive drag and drop functionality will allow you to:

* Control the distribution of your content remotely via the Vizia Hub. 
* Update content quickly with direct access to your content library. 
* Manage multiple locations.
* Get a real-time view of the content being shown on your network of screens with live screenshots.                    

Informations de Base sur l'Extension

Nom Vizia Connector Vizia Connector
ID dlpcjklcpfiihnbgdfhcdljehmnjfdod
URL Officiel https://chromewebstore.google.com/detail/vizia-connector/dlpcjklcpfiihnbgdfhcdljehmnjfdod
Description The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…
Taille du Fichier 239 KB
Nombre d'Installations 319
Version Actuelle 1.4.2
Dernière Mise à Jour 2022-08-11
Date de Publication 2018-09-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.brandwatch.com/vizia
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.brandwatch.com/vizia
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vizia Connector",
    "version": "1.4.2",
    "browser_action": {
        "default_icon": {
            "16": "icons\/production\/icon-16.png",
            "24": "icons\/production\/icon-24.png",
            "48": "icons\/production\/icon-48.png",
            "96": "icons\/production\/icon-96.png",
            "128": "icons\/production\/icon-128.png",
            "256": "icons\/production\/icon-256.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/production\/icon-16.png",
        "24": "icons\/production\/icon-24.png",
        "48": "icons\/production\/icon-48.png",
        "96": "icons\/production\/icon-96.png",
        "128": "icons\/production\/icon-128.png",
        "256": "icons\/production\/icon-256.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "cookies",
        "storage",
        "system.cpu",
        "system.display",
        "system.memory",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "build\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'"
}