Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Hvad er Xerox Device Connector?
Xerox Device Connector er en Chrome-udvidelse udviklet af https://appgallery.services.xerox.com, og dens hovedfunktion er "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".
Udvidelsesskærmbilleder
Download Xerox Device Connector-udvidelses-CRX-fil
Download Xerox Device Connector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Xerox Device Connector |
ID | ojpcfkpecldaeaafcmclkmgabiohlbnl |
Officiel URL | https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl |
Beskrivelse | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
Filstørrelse | 19.09 KB |
Antal Installationer | 38,264 |
Nuværende Version | 5.2.1 |
Senest Opdateret | 2019-10-15 |
Udgivelsesdato | 2019-10-15 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://appgallery.services.xerox.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://appgallery.services.xerox.com |
Hjælpeside-URL | http://www.support.xerox.com/support/xerox-app-gallery |
URL til Fortrolighedspolitik Side | https://www.xerox.com/en-us/about/privacy-policy |
Understøttede Sprog | 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 } } |