Azentio Twain Control 1.0.2
Sends native messages to Azentio Twain Control for Chrome.
Hvad er Azentio Twain Control 1.0.2?
Azentio Twain Control 1.0.2 er en Chrome-udvidelse udviklet af Azentio, og dens hovedfunktion er "Sends native messages to Azentio Twain Control for Chrome.".
Udvidelsesskærmbilleder
Download Azentio Twain Control 1.0.2-udvidelses-CRX-fil
Download Azentio Twain Control 1.0.2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Azentio Twain Control 1.0.2 |
ID | pkhcpmkiodmbcododdelihfadklehpem |
Officiel URL | https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem |
Beskrivelse | Sends native messages to Azentio Twain Control for Chrome. |
Filstørrelse | 14.48 KB |
Antal Installationer | 121 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2022-06-14 |
Udgivelsesdato | 2019-09-19 |
Udvikler | Azentio |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.azentio.com/ |
Understøttede Sprog | 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" ] } ] } |