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://agsdev.azurewebsites.net, och dess huvudfunktion är "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

Tilläggsskärmbilder

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

                                            

Grundläggande Information om Tillägg

Namn Xerox Device Connector Xerox Device Connector
ID bbfkmcmbpdnlobcfiokheeohebkohokf
Officiell webbadress https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf
Beskrivning This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Filstorlek 19.04 KB
Antal Installationer 233
Aktuell Version 5.2.1
Senast Uppdaterad 2019-02-01
Publiceringsdatum 2019-01-28
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare https://agsdev.azurewebsites.net
E-post [email protected]
Betalningssätt free
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:\/\/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
    }
}