FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
FingerKeyとは何ですか?
FingerKeyはFingerKeyによって開発されたChromeの拡張機能で、その主な機能は「Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.」です。
拡張機能のスクリーンショット
FingerKey拡張機能のCRXファイルをダウンロード
FingerKey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
拡張機能の基本情報
名前 | |
ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
公式URL | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
説明 | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
ファイルサイズ | 137 KB |
インストール数 | 1,000 |
現在のバージョン | 1.29 |
最終更新日 | 2016-04-26 |
公開日 | 2016-04-26 |
評価 | 3.73/5 合計 11 レビュー |
開発者 | FingerKey |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.fingerkeyapp.com |
対応言語 | 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" ] } |