Xerox Device Connector

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

Vad är Xerox Device Connector?

Xerox Device Connector är en Chrome-tillägg utvecklad av https://appgallery.services.xerox.com, och dess huvudfunktion är "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Xerox Device Connector-förlängningens CRX-fil

Ladda ner Xerox Device Connector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Xerox Device Connector Xerox Device Connector
ID ojpcfkpecldaeaafcmclkmgabiohlbnl
Officiell webbadress https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl
Beskrivning This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Filstorlek 19.09 KB
Antal Installationer 38,264
Aktuell Version 5.2.1
Senast Uppdaterad 2019-10-15
Publiceringsdatum 2019-10-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://appgallery.services.xerox.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://appgallery.services.xerox.com
Hjälpsida URL http://www.support.xerox.com/support/xerox-app-gallery
URL till Sekretesspolicy Sidan https://www.xerox.com/en-us/about/privacy-policy
Stödda Språk 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
    }
}