Azentio Twain Control 1.0.2

Sends native messages to Azentio Twain Control for Chrome.

Wat is Azentio Twain Control 1.0.2?

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

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Azentio Twain Control 1.0.2

Download Azentio Twain Control 1.0.2-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 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.                    

Basisinformatie over de Extensie

Naam Azentio Twain Control 1.0.2 Azentio Twain Control 1.0.2
ID pkhcpmkiodmbcododdelihfadklehpem
Officiële URL https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem
Beschrijving Sends native messages to Azentio Twain Control for Chrome.
Bestandsgrootte 14.48 KB
Aantal Installaties 121
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-06-14
Publicatiedatum 2019-09-19
Ontwikkelaar Azentio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.azentio.com/
Ondersteunde Talen 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"
            ]
        }
    ]
}