Xerox Device Connector(deprecated)
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Τι είναι το Xerox Device Connector(deprecated);
Το Xerox Device Connector(deprecated) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://appgallery.services.xerox.com, και η κύρια λειτουργία του είναι "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Xerox Device Connector(deprecated)
Λήψη αρχείων επέκτασης Xerox Device Connector(deprecated) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Xerox Device Connector(deprecated) |
ID | lmolmlmfdmllibhapombdpnlogagnmdi |
Επίσημο URL | https://chromewebstore.google.com/detail/xerox-device-connectordep/lmolmlmfdmllibhapombdpnlogagnmdi |
Περιγραφή | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
Μέγεθος Αρχείου | 18.59 KB |
Αριθμός Εγκαταστάσεων | 1,680 |
Τρέχουσα Έκδοση | 5.1 |
Τελευταία Ενημέρωση | 2018-09-28 |
Ημερομηνία Δημοσίευσης | 2018-09-28 |
Προγραμματιστής | https://appgallery.services.xerox.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://appgallery.services.xerox.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.support.xerox.com/support/xerox-app-gallery |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.xerox.com/en-us/about/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Xerox Device Connector(deprecated)", "version": "5.1", "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": [ "*:\/\/invalid.com\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |