FPS Security Key

FPS Security Key WebAutoLogin APP

Cos'è FPS Security Key?

FPS Security Key è un'estensione di Chrome sviluppata da Magic Control Technology Corporation, e la sua funzione principale è "FPS Security Key WebAutoLogin APP".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FPS Security Key

Scarica i file di estensione FPS Security Key in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FPS Security Key FPS Security Key
ID nfbjlcepkikbcpkngggemcococigeooj
URL Ufficiale https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj
Descrizione FPS Security Key WebAutoLogin APP
Dimensione del File 84.65 KB
Conteggio Installazioni 155
Versione Corrente 1.3
Ultimo Aggiornamento 2019-05-08
Data di Pubblicazione 2019-05-08
Sviluppatore Magic Control Technology Corporation
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Lingue Supportate 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
        }
    ]
}