Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Wat is Xerox Device Connector?
Xerox Device Connector is een Chrome-extensie ontwikkeld door https://agsdev.azurewebsites.net, en de belangrijkste functie is "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".
Extensie Screenshots
Download het CRX-bestand van de extensie Xerox Device Connector
Download Xerox Device Connector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Xerox Device Connector |
ID | bbfkmcmbpdnlobcfiokheeohebkohokf |
Officiële URL | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf |
Beschrijving | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
Bestandsgrootte | 19.04 KB |
Aantal Installaties | 233 |
Huidige Versie | 5.2.1 |
Laatst Bijgewerkt | 2019-02-01 |
Publicatiedatum | 2019-01-28 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://agsdev.azurewebsites.net |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.xerox.com/en-us/about/privacy-policy |
Ondersteunde Talen | 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 } } |