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://agsdev.azurewebsites.net开发的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插件。
扩展使用说明
扩展基本信息
名称 | Xerox Device Connector |
ID | bbfkmcmbpdnlobcfiokheeohebkohokf |
官方URL | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf |
简介 | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
文件大小 | 19.04 KB |
安装次数 | 233 |
当前版本 | 5.2.1 |
更新时间 | 2019-02-01 |
上架时间 | 2019-01-28 |
评分 | 4.00/5 共2次评分 |
开发者 | https://agsdev.azurewebsites.net |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面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:\/\/localhost", "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.external.xerox.com\/*", "*:\/\/appgallerydev.services.xerox.com\/*", "*:\/\/appgallerytest.services.xerox.com\/*", "*:\/\/appgallerystaging.services.xerox.com\/*", "*:\/\/agsdev.azurewebsites.net\/*", "*:\/\/localhost\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |