Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Was ist Xerox Device Connector?
Xerox Device Connector ist eine Chrome-Erweiterung, die von https://agsdev.azurewebsites.net entwickelt wurde, und ihr Hauptmerkmal ist "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".
Erweiterungsscreenshots
Xerox Device Connector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Xerox Device Connector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                                             Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bbfkmcmbpdnlobcfiokheeohebkohokf | 
| Offizielle URL | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf | 
| Beschreibung | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. | 
| Dateigröße | 19.04 KB | 
| Installationsanzahl | 233 | 
| Aktuelle Version | 5.2.1 | 
| Letztes Update | 2019-02-01 | 
| Veröffentlichungsdatum | 2019-01-28 | 
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | https://agsdev.azurewebsites.net | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | https://www.xerox.com/en-us/about/privacy-policy | 
| Unterstützte Sprachen | 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
    }
}  |  |