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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FingerKey
ดาวน์โหลดไฟล์ส่วนขยาย FingerKey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |