Topaz SigIDExtLite Extension

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

Topaz SigIDExtLite Extensionとは何ですか?

Topaz SigIDExtLite ExtensionはTopaz Systems Incによって開発されたChromeの拡張機能で、その主な機能は「The Topaz SigIDExtLite Chrome Extension enables users to Enroll,verify Fingerprint and export Fingerprint Image.」です。

拡張機能のスクリーンショット

screenshot

Topaz SigIDExtLite Extension拡張機能のCRXファイルをダウンロード

Topaz SigIDExtLite Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Topaz SigIDExtLite Extension Topaz SigIDExtLite Extension
ID jdkekdabbdcjjhkddbojnlohjgejcebf
公式URL https://chromewebstore.google.com/detail/topaz-sigidextlite-extens/jdkekdabbdcjjhkddbojnlohjgejcebf
説明 The Topaz SigIDExtLite Chrome Extension enables users to Enroll,verify Fingerprint and export Fingerprint Image.
ファイルサイズ 50.84 KB
インストール数 10,708
現在のバージョン 1.1.5.0
最終更新日 2023-02-10
公開日 2018-09-12
評価 4.00/5 合計 2 レビュー
開発者 Topaz Systems Inc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://topazsystems.com
プライバシーポリシーページのURL https://topazsystems.com/legal.html
対応言語 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",
        ""
    ]
}