FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Co to jest FingerKey?
FingerKey to rozszerzenie Chrome opracowane przez FingerKey, a jego główną funkcją jest „Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FingerKey
Pobierz pliki rozszerzeń FingerKey w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Oficjalny URL | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
Opis | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
Rozmiar pliku | 137 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.29 |
Ostatnia Aktualizacja | 2016-04-26 |
Data Publikacji | 2016-04-26 |
Ocena | 3.73/5 Łącznie 11 Oceny |
Deweloper | FingerKey |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.fingerkeyapp.com |
Obsługiwane Języki | 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" ] } |