Xerox Device Connector(deprecated)

This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.

Was ist Xerox Device Connector(deprecated)?

Xerox Device Connector(deprecated) ist eine Chrome-Erweiterung, die von https://appgallery.services.xerox.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Xerox Device Connector(deprecated)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Xerox Device Connector(deprecated)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Xerox Device Connector(deprecated) Xerox Device Connector(deprecated)
ID lmolmlmfdmllibhapombdpnlogagnmdi
Offizielle URL https://chromewebstore.google.com/detail/xerox-device-connectordep/lmolmlmfdmllibhapombdpnlogagnmdi
Beschreibung This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Dateigröße 18.59 KB
Installationsanzahl 1,680
Aktuelle Version 5.1
Letztes Update 2018-09-28
Veröffentlichungsdatum 2018-09-28
Entwickler https://appgallery.services.xerox.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://appgallery.services.xerox.com
Hilfeseite URL http://www.support.xerox.com/support/xerox-app-gallery
URL der Datenschutzrichtlinien-Seite https://www.xerox.com/en-us/about/privacy-policy
Unterstützte Sprachen 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
    }
}