FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Qu'est-ce que FingerKey ?
FingerKey est une extension Chrome développée par FingerKey, et sa fonction principale est "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FingerKey
Téléchargez les fichiers d'extension FingerKey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Informations de Base sur l'Extension
Nom | |
ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
URL Officiel | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Description | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
Taille du Fichier | 137 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.29 |
Dernière Mise à Jour | 2016-04-26 |
Date de Publication | 2016-04-26 |
Évaluation | 3.73/5 Total 11 Évaluations |
Développeur | FingerKey |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.fingerkeyapp.com |
Langues Prises en Charge | 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" ] } |