Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

Smart-ID WebAutoLoginとは何ですか?

Smart-ID WebAutoLoginはMagic Control Technology Corporationによって開発されたChromeの拡張機能で、その主な機能は「Smart-ID AutoLoginApp」です。

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

screenshot
screenshot

Smart-ID WebAutoLogin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Smart-ID WebAutoLogin extension is for Smart-ID fingerprint users to automatically login web account via fingerprint. Please note to enable the extension auto-login function, you must have the Smart-ID fingerprint device connected to the windows computer.                    

拡張機能の基本情報

名前 Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
公式URL https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
説明 Smart-ID AutoLoginApp
ファイルサイズ 98.12 KB
インストール数 5,707
現在のバージョン 1.17
最終更新日 2021-05-10
公開日 2019-05-07
評価 3.85/5 合計 34 レビュー
開発者 Magic Control Technology Corporation
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart-ID WebAutoLogin",
    "version": "1.17",
    "description": "Smart-ID AutoLoginApp",
    "permissions": [
        "nativeMessaging",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content_scripts\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}