Vizia Connector

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

Was ist Vizia Connector?

Vizia Connector ist eine Chrome-Erweiterung, die von https://www.brandwatch.com/vizia entwickelt wurde, und ihr Hauptmerkmal ist "The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…".

Erweiterungsscreenshots

screenshot

Vizia Connector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vizia Connector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Vizia Connector Vizia Connector
ID dlpcjklcpfiihnbgdfhcdljehmnjfdod
Offizielle URL https://chromewebstore.google.com/detail/vizia-connector/dlpcjklcpfiihnbgdfhcdljehmnjfdod
Beschreibung The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…
Dateigröße 239 KB
Installationsanzahl 319
Aktuelle Version 1.4.2
Letztes Update 2022-08-11
Veröffentlichungsdatum 2018-09-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.brandwatch.com/vizia
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.brandwatch.com/vizia
Unterstützte Sprachen 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'"
}