Azentio Twain Control
Sends native messages to Azentio Twain Control for Chrome.
Wat is Azentio Twain Control?
Azentio Twain Control is een Chrome-extensie ontwikkeld door Azentio, en de belangrijkste functie is "Sends native messages to Azentio Twain Control for Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Azentio Twain Control
Download Azentio Twain 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
Aquire TWAIN images from TWAIN/WIA devices into iMAL. Basisinformatie over de Extensie
| Naam | |
| ID | cdoegefmglgdphppcmllaiffhkfbolje |
| Officiële URL | https://chromewebstore.google.com/detail/azentio-twain-control/cdoegefmglgdphppcmllaiffhkfbolje |
| Beschrijving | Sends native messages to Azentio Twain Control for Chrome. |
| Bestandsgrootte | 14.66 KB |
| Aantal Installaties | 1,501 |
| Huidige Versie | 1.0.8 |
| Laatst Bijgewerkt | 2022-06-14 |
| Publicatiedatum | 2018-12-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Azentio |
| [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 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"
]
}
]
} | |