FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Cos'è FingerKey?
FingerKey è un'estensione di Chrome sviluppata da FingerKey, e la sua funzione principale è "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FingerKey
Scarica i file di estensione FingerKey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Informazioni di Base sull'Estensione
Nome | |
ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
URL Ufficiale | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Descrizione | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
Dimensione del File | 137 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.29 |
Ultimo Aggiornamento | 2016-04-26 |
Data di Pubblicazione | 2016-04-26 |
Valutazione | 3.73/5 Totale 11 Valutazioni |
Sviluppatore | FingerKey |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.fingerkeyapp.com |
Lingue Supportate | 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" ] } |