Vizia Connector

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

Τι είναι το Vizia Connector;

Το Vizia Connector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.brandwatch.com/vizia, και η κύρια λειτουργία του είναι "The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Vizia Connector

Λήψη αρχείων επέκτασης Vizia Connector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vizia Connector Vizia Connector
ID dlpcjklcpfiihnbgdfhcdljehmnjfdod
Επίσημο URL https://chromewebstore.google.com/detail/vizia-connector/dlpcjklcpfiihnbgdfhcdljehmnjfdod
Περιγραφή The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…
Μέγεθος Αρχείου 239 KB
Αριθμός Εγκαταστάσεων 319
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2022-08-11
Ημερομηνία Δημοσίευσης 2018-09-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.brandwatch.com/vizia
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.brandwatch.com/vizia
Υποστηριζόμενες Γλώσσες 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'"
}