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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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