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 |
| 官方網址 | 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
}
} | |