Azentio Twain Control
Sends native messages to Azentio Twain Control for Chrome.
Was ist Azentio Twain Control?
Azentio Twain Control ist eine Chrome-Erweiterung, die von Azentio entwickelt wurde, und ihr Hauptmerkmal ist "Sends native messages to Azentio Twain Control for Chrome.".
Erweiterungsscreenshots
Azentio Twain Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie Azentio Twain 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
Aquire TWAIN images from TWAIN/WIA devices into iMAL.
Grundlegende Informationen zur Erweiterung
Name | Azentio Twain Control |
ID | cdoegefmglgdphppcmllaiffhkfbolje |
Offizielle URL | https://chromewebstore.google.com/detail/azentio-twain-control/cdoegefmglgdphppcmllaiffhkfbolje |
Beschreibung | Sends native messages to Azentio Twain Control for Chrome. |
Dateigröße | 14.66 KB |
Installationsanzahl | 1,501 |
Aktuelle Version | 1.0.8 |
Letztes Update | 2022-06-14 |
Veröffentlichungsdatum | 2018-12-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Azentio |
[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 Twain Control", "permissions": [ "nativeMessaging" ], "version": "1.0.8", "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" ] } ] } |