QSI SigCapture SDK

QSI SigCapture SDK

What is QSI SigCapture SDK?

QSI SigCapture SDK is a Chrome extension developed by QSI dental web, and its main feature is "QSI SigCapture SDK".

Extension Screenshots

screenshot

Download QSI SigCapture SDK Extension CRX File

Download QSI SigCapture SDK 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

                        This extension will enable the user to use the 'Topaz or e-pad' feature to capture the signature in the QDW application.                    

Extension Basic Information

Name QSI SigCapture SDK QSI SigCapture SDK
ID gllpdddcpffonkbgefpdgjdbgeaidgod
Official URL https://chromewebstore.google.com/detail/qsi-sigcapture-sdk/gllpdddcpffonkbgefpdgjdbgeaidgod
Description QSI SigCapture SDK
File Size 3.68 KB
Installation Count 0
Current Version 2.0.0.0
Last Updated 2022-08-04
Publish Date 2022-08-04
Developer QSI dental web
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.nextgen.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QSI SigCapture SDK",
    "description": "QSI SigCapture SDK",
    "version": "2.0.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.qsidentalweb.com\/*",
            "https:\/\/qa.qsidentalweb.com\/*",
            "https:\/\/preview.qsidentalweb.com\/*",
            "https:\/\/staging.qsidentalweb.com\/*",
            "https:\/\/park.qsidentalweb.com\/*",
            "https:\/\/app.qsidentalweb.com\/*",
            "https:\/\/preview2.qsidw.com\/*"
        ]
    },
    "minimum_chrome_version": "93",
    "permissions": [
        "nativeMessaging"
    ]
}