Azentio Twain Control 1.0.2

Sends native messages to Azentio Twain Control for Chrome.

Vad är Azentio Twain Control 1.0.2?

Azentio Twain Control 1.0.2 är en Chrome-tillägg utvecklad av Azentio, och dess huvudfunktion är "Sends native messages to Azentio Twain Control for Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Azentio Twain Control 1.0.2-förlängningens CRX-fil

Ladda ner Azentio Twain Control 1.0.2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Azentio Twain Control 1.0.2 Azentio Twain Control 1.0.2
ID pkhcpmkiodmbcododdelihfadklehpem
Officiell webbadress https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem
Beskrivning Sends native messages to Azentio Twain Control for Chrome.
Filstorlek 14.48 KB
Antal Installationer 121
Aktuell Version 1.0.5
Senast Uppdaterad 2022-06-14
Publiceringsdatum 2019-09-19
Utvecklare Azentio
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.azentio.com/
Stödda Språk 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"
            ]
        }
    ]
}