Azentio PANINI Control

Sends native messages to Azentio PANINI Control for Chrome.

Was ist Azentio PANINI Control?

Azentio PANINI Control ist eine Chrome-Erweiterung, die von Azentio entwickelt wurde, und ihr Hauptmerkmal ist "Sends native messages to Azentio PANINI Control for Chrome.".

Erweiterungsscreenshots

screenshot

Azentio PANINI Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Azentio PANINI Control-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

                        Process and scan checks, of PANINI MyVisionX cheque scanner device, and send the data as Base64 string to the provided URL. It can scan cheques with MICR code or OCR code.                    

Grundlegende Informationen zur Erweiterung

Name Azentio PANINI Control Azentio PANINI Control
ID eeeefminojbcgcpbegpmkbojhcpffigk
Offizielle URL https://chromewebstore.google.com/detail/azentio-panini-control/eeeefminojbcgcpbegpmkbojhcpffigk
Beschreibung Sends native messages to Azentio PANINI Control for Chrome.
Dateigröße 14.67 KB
Installationsanzahl 13
Aktuelle Version 1.0.1
Letztes Update 2022-06-14
Veröffentlichungsdatum 2021-08-22
Entwickler Azentio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.azentio.com/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azentio PANINI Control",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Sends native messages to Azentio PANINI Control for Chrome.",
    "background": {
        "page": "window.html"
    },
    "icons": {
        "32": "azentio_small.ico",
        "128": "azentio_large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}