FingerKey

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

FingerKey क्या है?

FingerKey FingerKey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FingerKey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम FingerKey FingerKey
ID jlpbpjelfgeojnjbgfdcefpnglbpadeh
आधिकारिक URL https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh
विवरण Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
फ़ाइल का आकार 137 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.29
अंतिम अपडेट 2016-04-26
प्रकाशन तिथि 2016-04-26
रेटिंग 3.73/5 कुल 11 रेटिंग्स
डेवलपर FingerKey
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.fingerkeyapp.com
समर्थित भाषाएँ 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"
    ]
}