Xerox Device Connector

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

Qu'est-ce que Xerox Device Connector ?

Xerox Device Connector est une extension Chrome développée par https://appgallery.services.xerox.com, et sa fonction principale est "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Xerox Device Connector

Téléchargez les fichiers d'extension Xerox Device Connector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Xerox Device Connector Xerox Device Connector
ID ojpcfkpecldaeaafcmclkmgabiohlbnl
URL Officiel https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl
Description This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Taille du Fichier 19.09 KB
Nombre d'Installations 38,264
Version Actuelle 5.2.1
Dernière Mise à Jour 2019-10-15
Date de Publication 2019-10-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://appgallery.services.xerox.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://appgallery.services.xerox.com
URL de la Page d'Aide http://www.support.xerox.com/support/xerox-app-gallery
URL de la Page de Politique de Confidentialité https://www.xerox.com/en-us/about/privacy-policy
Langues Prises en Charge 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
    }
}