Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
什么是Xerox Device Connector?
Xerox Device Connector是由https://appgallery.services.xerox.com开发的Chrome扩展程序,该扩展的主要功能是“This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.”。
扩展截图
下载Xerox Device Connector扩展crx文件
下载Xerox Device Connector扩展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. 扩展基本信息
| 名称 | |
| ID | ojpcfkpecldaeaafcmclkmgabiohlbnl |
| 官方URL | https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl |
| 简介 | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
| 文件大小 | 19.09 KB |
| 安装次数 | 38,264 |
| 当前版本 | 5.2.1 |
| 更新时间 | 2019-10-15 |
| 上架时间 | 2019-10-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | 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-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
}
} | |