Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
What is Xerox Device Connector?
Xerox Device Connector is a Chrome extension developed by https://agsdev.azurewebsites.net, and its main feature is "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".
Extension Screenshots
Download Xerox Device Connector Extension CRX File
Download Xerox Device Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Xerox Device Connector |
ID | bbfkmcmbpdnlobcfiokheeohebkohokf |
Official URL | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf |
Description | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
File Size | 19.04 KB |
Installation Count | 233 |
Current Version | 5.2.1 |
Last Updated | 2019-02-01 |
Publish Date | 2019-01-28 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://agsdev.azurewebsites.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.xerox.com/en-us/about/privacy-policy |
Supported Languages | 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 } } |