FingerKey

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

What is FingerKey?

FingerKey is a Chrome extension developed by FingerKey, and its main feature is "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".

Extension Screenshots

screenshot
screenshot

Download FingerKey Extension CRX File

Download FingerKey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name FingerKey FingerKey
ID jlpbpjelfgeojnjbgfdcefpnglbpadeh
Official URL https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh
Description Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
File Size 137 KB
Installation Count 1,000
Current Version 1.29
Last Updated 2016-04-26
Publish Date 2016-04-26
Rating 3.73/5 Total 11 Ratings
Developer FingerKey
Email [email protected]
Payment Type free
Extension Website http://www.fingerkeyapp.com
Supported Languages 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"
    ]
}