Xerox Device Connector

This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.

Xerox Device Connector là gì?

Xerox Device Connector là một tiện ích mở rộng Chrome được phát triển bởi https://appgallery.services.xerox.com, và tính năng chính của nó là "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Xerox Device 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 Xerox Device Connector, in conjunction with the Xerox App Gallery portal, enables the web browser to communicate with your Xerox networked devices. This extension is utilized when a user attempts to add, update, or remove a device.  Additionally, this extension enables the required communication with Xerox networked devices when a user is installing, uninstalling, or re-installing an app designed for an app-enabled Xerox device.                    

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

Tên Xerox Device Connector Xerox Device Connector
ID ojpcfkpecldaeaafcmclkmgabiohlbnl
URL Chính Thức https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl
Mô tả This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Kích Thước Tệp 19.09 KB
Số Lần Cài Đặt 38,264
Phiên Bản Hiện Tại 5.2.1
Cập Nhật Lần Cuối 2019-10-15
Ngày Phát Hành 2019-10-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://appgallery.services.xerox.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://appgallery.services.xerox.com
URL Trang Trợ Giúp http://www.support.xerox.com/support/xerox-app-gallery
URL Trang Chính Sách Bảo Mật https://www.xerox.com/en-us/about/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xerox Device Connector",
    "version": "5.2.1",
    "homepage_url": "https:\/\/appgallery.services.xerox.com",
    "icons": {
        "16": "app_gallery_16.png",
        "32": "app_gallery_32.png",
        "48": "app_gallery_48.png",
        "128": "app_gallery_128.png"
    },
    "description": "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "manifest.json",
        "contentscript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/appgallery.services.xerox.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}