FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Co je FingerKey?
FingerKey je rozšíření Chrome vyvinuté FingerKey, a jeho hlavní funkcí je „Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FingerKey
Stáhněte si soubory rozšíření FingerKey ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Základní Informace o Rozšíření
Název | |
ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Oficiální URL | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Popis | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
Velikost souboru | 137 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.29 |
Poslední Aktualizace | 2016-04-26 |
Datum Vydání | 2016-04-26 |
Hodnocení | 3.73/5 Celkem 11 Hodnocení |
Vývojář | FingerKey |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.fingerkeyapp.com |
Podporované Jazyky | 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" ] } |