FPS Security Key

FPS Security Key WebAutoLogin APP

FPS Security Key란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

FPS Security Key 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        FPS Security Key chrome extension is for FPS Security Key users to automatically login web account via fingerprint. Please note that to enable the extension auto-login function, you must have the FPS Security Key device connected to the windows computer.                    

확장 프로그램 기본 정보

이름 FPS Security Key FPS Security Key
ID nfbjlcepkikbcpkngggemcococigeooj
공식 URL https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj
설명 FPS Security Key WebAutoLogin APP
파일 크기 84.65 KB
설치 횟수 155
현재 버전 1.3
최근 업데이트 2019-05-08
출시 날짜 2019-05-08
개발자 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": "FPS Security Key",
    "version": "1.3",
    "description": "FPS Security Key WebAutoLogin APP",
    "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
        }
    ]
}