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
电子邮箱 [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
        }
    ]
}