FingerKey

Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.

Apa itu FingerKey?

FingerKey adalah ekstensi Chrome yang dikembangkan oleh FingerKey, dan fitur utamanya adalah "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi FingerKey

Unduh file ekstensi FingerKey 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

                        Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.                    

Informasi Dasar Ekstensi

Nama FingerKey FingerKey
ID jlpbpjelfgeojnjbgfdcefpnglbpadeh
URL Resmi https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh
Deskripsi Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Ukuran File 137 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.29
Terakhir Diperbarui 2016-04-26
Tanggal Publikasi 2016-04-26
Penilaian 3.73/5 Total 11 Penilaian
Pengembang FingerKey
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.fingerkeyapp.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FingerKey",
    "description": "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.",
    "version": "1.29",
    "manifest_version": 2,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "notifications",
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.2.0.js",
                "js\/InterfaceUtils.js",
                "js\/WindowMessages.js",
                "js\/DataReceivers.js",
                "js\/HtmlParse.js",
                "js\/InjectUserAndPassword.js",
                "js\/lib\/bililiteRange.js",
                "js\/lib\/jquery.sendkeys.js",
                "js\/SetupPasswordField.js",
                "js\/SetupNameField.js",
                "js\/Init.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/16.png",
        "images\/32.png",
        "images\/avatar.png",
        "images\/FingerPrint.svg",
        "images\/Pencil.svg",
        "css\/style.css"
    ]
}