Xerox Device Connector

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

Cos'è Xerox Device Connector?

Xerox Device Connector è un'estensione di Chrome sviluppata da https://agsdev.azurewebsites.net, 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

Scarica il file CRX dell'estensione Xerox Device Connector

Scarica i file di estensione Xerox Device Connector 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

                                            

Informazioni di Base sull'Estensione

Nome Xerox Device Connector Xerox Device Connector
ID bbfkmcmbpdnlobcfiokheeohebkohokf
URL Ufficiale https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf
Descrizione This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Dimensione del File 19.04 KB
Conteggio Installazioni 233
Versione Corrente 5.2.1
Ultimo Aggiornamento 2019-02-01
Data di Pubblicazione 2019-01-28
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://agsdev.azurewebsites.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.xerox.com/en-us/about/privacy-policy
Lingue Supportate 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
    }
}