PQI WebAutoLogin

PQI AutoLoginApp

PQI WebAutoLogin란 무엇입니까?

PQI WebAutoLogin은(는) Magic Control Technology Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PQI AutoLoginApp"입니다.

확장 프로그램 스크린샷

screenshot

PQI WebAutoLogin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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
        }
    ]
}