Azentio PANINI Control

Sends native messages to Azentio PANINI Control for Chrome.

Wat is Azentio PANINI Control?

Azentio PANINI Control is een Chrome-extensie ontwikkeld door Azentio, en de belangrijkste functie is "Sends native messages to Azentio PANINI Control for Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Azentio PANINI Control

Download Azentio PANINI Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Azentio PANINI Control Azentio PANINI Control
ID eeeefminojbcgcpbegpmkbojhcpffigk
Officiële URL https://chromewebstore.google.com/detail/azentio-panini-control/eeeefminojbcgcpbegpmkbojhcpffigk
Beschrijving Sends native messages to Azentio PANINI Control for Chrome.
Bestandsgrootte 14.67 KB
Aantal Installaties 13
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-06-14
Publicatiedatum 2021-08-22
Ontwikkelaar Azentio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.azentio.com/
Ondersteunde Talen 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"
            ]
        }
    ]
}