FingerKey

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

ما هو FingerKey؟

FingerKey هو إضافة Chrome تم تطويرها بواسطة FingerKey، والميزة الرئيسية لها هي "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة FingerKey

قم بتنزيل ملفات الامتداد FingerKey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}