Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

Smart-ID WebAutoLogin là gì?

Smart-ID WebAutoLogin là một tiện ích mở rộng Chrome được phát triển bởi Magic Control Technology Corporation, và tính năng chính của nó là "Smart-ID AutoLoginApp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart-ID WebAutoLogin

Tải xuống các tệp mở rộng Smart-ID WebAutoLogin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
URL Chính Thức https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
Mô tả Smart-ID AutoLoginApp
Kích Thước Tệp 98.12 KB
Số Lần Cài Đặt 5,707
Phiên Bản Hiện Tại 1.17
Cập Nhật Lần Cuối 2021-05-10
Ngày Phát Hành 2019-05-07
Đánh Giá 3.85/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Magic Control Technology Corporation
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}