PQI WebAutoLogin

PQI AutoLoginApp

ما هو PQI WebAutoLogin؟

PQI WebAutoLogin هو إضافة Chrome تم تطويرها بواسطة Magic Control Technology Corporation، والميزة الرئيسية لها هي "PQI AutoLoginApp".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PQI WebAutoLogin

قم بتنزيل ملفات الامتداد PQI WebAutoLogin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم PQI WebAutoLogin PQI WebAutoLogin
ID gmmiaijojldkfijdahobpeepfigegdcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/pqi-webautologin/gmmiaijojldkfijdahobpeepfigegdcl
الوصف PQI AutoLoginApp
حجم الملف 90.02 KB
عدد التثبيتات 1,165
النسخة الحالية 1.3
آخر تحديث 2021-05-20
تاريخ النشر 2018-06-10
تقييم 4.29/5 مجموع تقييمات 7
المطور Magic Control Technology Corporation
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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": "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
        }
    ]
}