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
官方網址 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
        }
    ]
}