Xerox Device Connector(deprecated)

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

Xerox Device Connector(deprecated) là gì?

Xerox Device Connector(deprecated) 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(deprecated)

Tải xuống các tệp mở rộng Xerox Device Connector(deprecated) 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(deprecated) Xerox Device Connector(deprecated)
ID lmolmlmfdmllibhapombdpnlogagnmdi
URL Chính Thức https://chromewebstore.google.com/detail/xerox-device-connectordep/lmolmlmfdmllibhapombdpnlogagnmdi
Mô tả This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Kích Thước Tệp 18.59 KB
Số Lần Cài Đặt 1,680
Phiên Bản Hiện Tại 5.1
Cập Nhật Lần Cuối 2018-09-28
Ngày Phát Hành 2018-09-28
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
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xerox Device Connector(deprecated)",
    "version": "5.1",
    "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": [
                "*:\/\/invalid.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}