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 là gì?

Vizia Connector là một tiện ích mở rộng Chrome được phát triển bởi https://www.brandwatch.com/vizia, và tính năng chính của nó là "The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vizia Connector

Tải xuống các tệp mở rộng Vizia Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vizia Connector Vizia Connector
ID dlpcjklcpfiihnbgdfhcdljehmnjfdod
URL Chính Thức https://chromewebstore.google.com/detail/vizia-connector/dlpcjklcpfiihnbgdfhcdljehmnjfdod
Mô tả The Vizia Connector enables you to connect any screen anywhere in the world to your Vizia account, seamlessly. By installing the…
Kích Thước Tệp 239 KB
Số Lần Cài Đặt 319
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2022-08-11
Ngày Phát Hành 2018-09-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.brandwatch.com/vizia
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.brandwatch.com/vizia
Ngôn Ngữ Được Hỗ Trợ 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'"
}