FPS Security Key

FPS Security Key WebAutoLogin APP

Apa itu FPS Security Key?

FPS Security Key adalah ekstensi Chrome yang dikembangkan oleh Magic Control Technology Corporation, dan fitur utamanya adalah "FPS Security Key WebAutoLogin APP".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FPS Security Key

Unduh file ekstensi FPS Security Key dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FPS Security Key FPS Security Key
ID nfbjlcepkikbcpkngggemcococigeooj
URL Resmi https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj
Deskripsi FPS Security Key WebAutoLogin APP
Ukuran File 84.65 KB
Jumlah Instalasi 155
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-05-08
Tanggal Publikasi 2019-05-08
Pengembang Magic Control Technology Corporation
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Bahasa yang Didukung 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
        }
    ]
}