Xerox Device Connector

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

Co to jest Xerox Device Connector?

Xerox Device Connector to rozszerzenie Chrome opracowane przez https://appgallery.services.xerox.com, a jego główną funkcją jest „This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Xerox Device Connector

Pobierz pliki rozszerzeń Xerox Device Connector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Xerox Device Connector Xerox Device Connector
ID ojpcfkpecldaeaafcmclkmgabiohlbnl
Oficjalny URL https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl
Opis This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Rozmiar pliku 19.09 KB
Liczba instalacji 38,264
Aktualna Wersja 5.2.1
Ostatnia Aktualizacja 2019-10-15
Data Publikacji 2019-10-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://appgallery.services.xerox.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://appgallery.services.xerox.com
Adres URL Strony Pomocy http://www.support.xerox.com/support/xerox-app-gallery
Adres URL Strony Polityki Prywatności https://www.xerox.com/en-us/about/privacy-policy
Obsługiwane Języki 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
    }
}