Azentio Twain Control 1.0.2
Sends native messages to Azentio Twain Control for Chrome.
Cos'è Azentio Twain Control 1.0.2?
Azentio Twain Control 1.0.2 è un'estensione di Chrome sviluppata da Azentio, e la sua funzione principale è "Sends native messages to Azentio Twain Control for Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Azentio Twain Control 1.0.2
Scarica i file di estensione Azentio Twain Control 1.0.2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Azentio Twain Control 1.0.2 |
ID | pkhcpmkiodmbcododdelihfadklehpem |
URL Ufficiale | https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem |
Descrizione | Sends native messages to Azentio Twain Control for Chrome. |
Dimensione del File | 14.48 KB |
Conteggio Installazioni | 121 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2022-06-14 |
Data di Pubblicazione | 2019-09-19 |
Sviluppatore | Azentio |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.azentio.com/ |
Lingue Supportate | 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" ] } ] } |