Xerox Device Connector(deprecated)

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

Cos'è Xerox Device Connector(deprecated)?

Xerox Device Connector(deprecated) è un'estensione di Chrome sviluppata da https://appgallery.services.xerox.com, e la sua funzione principale è "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Xerox Device Connector(deprecated)

Scarica i file di estensione Xerox Device Connector(deprecated) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Xerox Device Connector(deprecated) Xerox Device Connector(deprecated)
ID lmolmlmfdmllibhapombdpnlogagnmdi
URL Ufficiale https://chromewebstore.google.com/detail/xerox-device-connectordep/lmolmlmfdmllibhapombdpnlogagnmdi
Descrizione This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Dimensione del File 18.59 KB
Conteggio Installazioni 1,680
Versione Corrente 5.1
Ultimo Aggiornamento 2018-09-28
Data di Pubblicazione 2018-09-28
Sviluppatore https://appgallery.services.xerox.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://appgallery.services.xerox.com
URL della Pagina di Aiuto http://www.support.xerox.com/support/xerox-app-gallery
URL della Pagina della Politica sulla Privacy https://www.xerox.com/en-us/about/privacy-policy
Lingue Supportate 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
    }
}