FPS Security Key

FPS Security Key WebAutoLogin APP

Vad är FPS Security Key?

FPS Security Key är en Chrome-tillägg utvecklad av Magic Control Technology Corporation, och dess huvudfunktion är "FPS Security Key WebAutoLogin APP".

Tilläggsskärmbilder

screenshot

Ladda ner FPS Security Key-förlängningens CRX-fil

Ladda ner FPS Security Key-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn FPS Security Key FPS Security Key
ID nfbjlcepkikbcpkngggemcococigeooj
Officiell webbadress https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj
Beskrivning FPS Security Key WebAutoLogin APP
Filstorlek 84.65 KB
Antal Installationer 155
Aktuell Version 1.3
Senast Uppdaterad 2019-05-08
Publiceringsdatum 2019-05-08
Utvecklare Magic Control Technology Corporation
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Stödda Språk 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
        }
    ]
}