FingerKey

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

FingerKey là gì?

FingerKey là một tiện ích mở rộng Chrome được phát triển bởi FingerKey, và tính năng chính của nó là "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FingerKey

Tải xuống các tệp mở rộng FingerKey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FingerKey FingerKey
ID jlpbpjelfgeojnjbgfdcefpnglbpadeh
URL Chính Thức https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh
Mô tả Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.29
Cập Nhật Lần Cuối 2016-04-26
Ngày Phát Hành 2016-04-26
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển FingerKey
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fingerkeyapp.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}