PQI WebAutoLogin

PQI AutoLoginApp

Apa itu PQI WebAutoLogin?

PQI WebAutoLogin adalah ekstensi Chrome yang dikembangkan oleh Magic Control Technology Corporation, dan fitur utamanya adalah "PQI AutoLoginApp".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PQI WebAutoLogin

Unduh file ekstensi PQI WebAutoLogin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PQI WebAutoLogin PQI WebAutoLogin
ID gmmiaijojldkfijdahobpeepfigegdcl
URL Resmi https://chromewebstore.google.com/detail/pqi-webautologin/gmmiaijojldkfijdahobpeepfigegdcl
Deskripsi PQI AutoLoginApp
Ukuran File 90.02 KB
Jumlah Instalasi 1,165
Versi Saat Ini 1.3
Terakhir Diperbarui 2021-05-20
Tanggal Publikasi 2018-06-10
Penilaian 4.29/5 Total 7 Penilaian
Pengembang Magic Control Technology Corporation
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PQI WebAutoLogin",
    "version": "1.3",
    "description": "PQI AutoLoginApp",
    "permissions": [
        "nativeMessaging",
        "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
        }
    ]
}