PQI WebAutoLogin

PQI AutoLoginApp

Что такое PQI WebAutoLogin?

PQI WebAutoLogin - это расширение Chrome, разработанное Magic Control Technology Corporation, и его основная функция - "PQI AutoLoginApp".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PQI WebAutoLogin

Скачайте файлы расширений PQI WebAutoLogin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
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": "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
        }
    ]
}