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://agsdev.azurewebsites.net, 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
Grundlæggende oplysninger om udvidelsen
Navn | Xerox Device Connector |
ID | bbfkmcmbpdnlobcfiokheeohebkohokf |
Officiel URL | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf |
Beskrivelse | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
Filstørrelse | 19.04 KB |
Antal Installationer | 233 |
Nuværende Version | 5.2.1 |
Senest Opdateret | 2019-02-01 |
Udgivelsesdato | 2019-01-28 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | https://agsdev.azurewebsites.net |
[email protected] | |
Betalingsmetode | free |
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:\/\/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 } } |