Dynamic Web TWAIN

Web browser based document scanning using Dynamic Web TWAIN.

What is Dynamic Web TWAIN?

Dynamic Web TWAIN is a Chrome extension developed by http://www.dynamsoft.com, and its main feature is "Web browser based document scanning using Dynamic Web TWAIN.".

Extension Screenshots

screenshot

Download Dynamic Web TWAIN Extension CRX File

Download Dynamic Web TWAIN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dynamic Web TWAIN is a browser-based document scanning SDK specifically designed for web applications. With just a few lines of JavaScript code, you can develop robust applications to scan documents from TWAIN and SANE compatible scanners, edit the scanned images and save them to a local/server file system or document repository.                    

Extension Basic Information

Name Dynamic Web TWAIN Dynamic Web TWAIN
ID ejogmcjccgpfiiicpldnljpnigmgjibj
Official URL https://chrome.google.com/webstore/detail/dynamic-web-twain/ejogmcjccgpfiiicpldnljpnigmgjibj
Description Web browser based document scanning using Dynamic Web TWAIN.
File Size 562 KB
Installation Count 3,000
Current Version 1.0
Last Updated 2017-08-09
Publish Date 2017-08-09
Rating 2.00/5 Total 7 Ratings
Developer http://www.dynamsoft.com
Email [email protected]
Payment Type free
Extension Website http://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx
Help Page URL http://developer.dynamsoft.com/dwt
Privacy Policy Page URL http://www.dynamsoft.com/PrivacyStatement.aspx
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dynamic Web TWAIN",
    "short_name": "dwt",
    "description": "Web browser based document scanning using Dynamic Web TWAIN.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "dwt-16px.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "dwt-128px.png"
    }
}