Azentio Twain Control 1.0.2

Sends native messages to Azentio Twain Control for Chrome.

Was ist Azentio Twain Control 1.0.2?

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

Erweiterungsscreenshots

screenshot

Azentio Twain Control 1.0.2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Azentio Twain Control 1.0.2-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 documents, of TWAIN compatible scanner devices, and send the data as Base64 string to the provided URL. It can scan documents and images as single page or from feeder.                    

Grundlegende Informationen zur Erweiterung

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