FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Was ist FingerKey?
FingerKey ist eine Chrome-Erweiterung, die von FingerKey entwickelt wurde, und ihr Hauptmerkmal ist "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".
Erweiterungsscreenshots
FingerKey-Erweiterungs-CRX-Datei herunterladen
Laden Sie FingerKey-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Offizielle URL | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Beschreibung | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
Dateigröße | 137 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.29 |
Letztes Update | 2016-04-26 |
Veröffentlichungsdatum | 2016-04-26 |
Bewertung | 3.73/5 Insgesamt 11 Bewertungen |
Entwickler | FingerKey |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.fingerkeyapp.com |
Unterstützte Sprachen | 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" ] } |