Topaz SigIDExtLite Extension

The Topaz SigIDExtLite Chrome Extension enables users to Enroll,verify Fingerprint and export Fingerprint Image.

What is Topaz SigIDExtLite Extension?

Topaz SigIDExtLite Extension is a Chrome extension developed by Topaz Systems Inc, and its main feature is "The Topaz SigIDExtLite Chrome Extension enables users to Enroll,verify Fingerprint and export Fingerprint Image.".

Extension Screenshots

screenshot

Download Topaz SigIDExtLite Extension Extension CRX File

Download Topaz SigIDExtLite Extension 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

                        The Topaz SigIDExtLite SDK Chrome Extension offers a mechanism for developers and integrators to enroll, validate and capture fingerprints securely on web applications running in the Chrome  browser.                    

Extension Basic Information

Name Topaz SigIDExtLite Extension Topaz SigIDExtLite Extension
ID jdkekdabbdcjjhkddbojnlohjgejcebf
Official URL https://chromewebstore.google.com/detail/topaz-sigidextlite-extens/jdkekdabbdcjjhkddbojnlohjgejcebf
Description The Topaz SigIDExtLite Chrome Extension enables users to Enroll,verify Fingerprint and export Fingerprint Image.
File Size 50.84 KB
Installation Count 10,708
Current Version 1.1.5.0
Last Updated 2023-02-10
Publish Date 2018-09-12
Rating 4.00/5 Total 2 Ratings
Developer Topaz Systems Inc
Email [email protected]
Payment Type free
Extension Website http://topazsystems.com
Privacy Policy Page URL https://topazsystems.com/legal.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Topaz SigIDExtLite Extension",
    "version": "1.1.5.0",
    "manifest_version": 2,
    "description": "The Topaz SigIDExtLite Chrome Extension enables users to Enroll,verify Fingerprint and export Fingerprint Image.",
    "minimum_chrome_version": "23",
    "background": {
        "scripts": [
            "SigIDExtLiteBgExtn.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "SigIdExtLiteChromeExt.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        ""
    ]
}