FPS Security Key

FPS Security Key WebAutoLogin APP

Hvad er FPS Security Key?

FPS Security Key er en Chrome-udvidelse udviklet af Magic Control Technology Corporation, og dens hovedfunktion er "FPS Security Key WebAutoLogin APP".

Udvidelsesskærmbilleder

screenshot

Download FPS Security Key-udvidelses-CRX-fil

Download FPS Security Key-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FPS Security Key FPS Security Key
ID nfbjlcepkikbcpkngggemcococigeooj
Officiel URL https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj
Beskrivelse FPS Security Key WebAutoLogin APP
Filstørrelse 84.65 KB
Antal Installationer 155
Nuværende Version 1.3
Senest Opdateret 2019-05-08
Udgivelsesdato 2019-05-08
Udvikler Magic Control Technology Corporation
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Understøttede Sprog 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
        }
    ]
}