Xerox Device Connector(deprecated)

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

什么是Xerox Device Connector(deprecated)?

Xerox Device Connector(deprecated)是由https://appgallery.services.xerox.com开发的Chrome扩展程序,该扩展的主要功能是“This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Xerox Device Connector(deprecated)扩展crx文件

下载Xerox Device Connector(deprecated)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Xerox Device Connector(deprecated) Xerox Device Connector(deprecated)
ID lmolmlmfdmllibhapombdpnlogagnmdi
官方URL https://chromewebstore.google.com/detail/xerox-device-connectordep/lmolmlmfdmllibhapombdpnlogagnmdi
简介 This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
文件大小 18.59 KB
安装次数 1,680
当前版本 5.1
更新时间 2018-09-28
上架时间 2018-09-28
开发者 https://appgallery.services.xerox.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://appgallery.services.xerox.com
帮助页面URL http://www.support.xerox.com/support/xerox-app-gallery
隐私政策页面URL https://www.xerox.com/en-us/about/privacy-policy
支持的语言 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
    }
}