Azentio Twain Control
Sends native messages to Azentio Twain Control for Chrome.
Vad är Azentio Twain Control?
Azentio Twain Control är en Chrome-tillägg utvecklad av Azentio, och dess huvudfunktion är "Sends native messages to Azentio Twain Control for Chrome.".
Tilläggsskärmbilder
Ladda ner Azentio Twain Control-förlängningens CRX-fil
Ladda ner Azentio Twain Control-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
                        Aquire TWAIN images from TWAIN/WIA devices into iMAL.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | cdoegefmglgdphppcmllaiffhkfbolje | 
| Officiell webbadress | https://chromewebstore.google.com/detail/azentio-twain-control/cdoegefmglgdphppcmllaiffhkfbolje | 
| Beskrivning | Sends native messages to Azentio Twain Control for Chrome. | 
| Filstorlek | 14.66 KB | 
| Antal Installationer | 1,501 | 
| Aktuell Version | 1.0.8 | 
| Senast Uppdaterad | 2022-06-14 | 
| Publiceringsdatum | 2018-12-05 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | Azentio | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.azentio.com/ | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |