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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Vizia Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}