Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

What is Smart-ID WebAutoLogin?

Smart-ID WebAutoLogin is a Chrome extension developed by Magic Control Technology Corporation, and its main feature is "Smart-ID AutoLoginApp".

Extension Screenshots

screenshot
screenshot

Download Smart-ID WebAutoLogin Extension CRX File

Download Smart-ID WebAutoLogin 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

                        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.                    

Extension Basic Information

Name Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
Official URL https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
Description Smart-ID AutoLoginApp
File Size 98.12 KB
Installation Count 5,707
Current Version 1.17
Last Updated 2021-05-10
Publish Date 2019-05-07
Rating 3.85/5 Total 34 Ratings
Developer Magic Control Technology Corporation
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Supported Languages 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
        }
    ]
}