Xerox Device Connector

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

Co je Xerox Device Connector?

Xerox Device Connector je rozšíření Chrome vyvinuté https://appgallery.services.xerox.com, a jeho hlavní funkcí je „This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Xerox Device Connector

Stáhněte si soubory rozšíření Xerox Device Connector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Xerox Device Connector Xerox Device Connector
ID ojpcfkpecldaeaafcmclkmgabiohlbnl
Oficiální URL https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl
Popis This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Velikost souboru 19.09 KB
Počet instalací 38,264
Aktuální Verze 5.2.1
Poslední Aktualizace 2019-10-15
Datum Vydání 2019-10-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://appgallery.services.xerox.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://appgallery.services.xerox.com
URL Stránky Nápovědy http://www.support.xerox.com/support/xerox-app-gallery
URL Stránky Zásad Ochrany Soukromí https://www.xerox.com/en-us/about/privacy-policy
Podporované Jazyky 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
    }
}