FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
Wat is FingerKey?
FingerKey is een Chrome-extensie ontwikkeld door FingerKey, en de belangrijkste functie is "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie FingerKey
Download FingerKey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. Basisinformatie over de Extensie
| Naam | |
| ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
| Officiële URL | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
| Beschrijving | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
| Bestandsgrootte | 137 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 1.29 |
| Laatst Bijgewerkt | 2016-04-26 |
| Publicatiedatum | 2016-04-26 |
| Beoordeling | 3.73/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | FingerKey |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.fingerkeyapp.com |
| Ondersteunde Talen | 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"
]
} | |