FPS Security Key
FPS Security Key WebAutoLogin APP
FPS Security Keyとは何ですか?
FPS Security KeyはMagic Control Technology Corporationによって開発されたChromeの拡張機能で、その主な機能は「FPS Security Key WebAutoLogin APP」です。
拡張機能のスクリーンショット
FPS Security Key拡張機能のCRXファイルをダウンロード
FPS Security Key拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FPS Security Key chrome extension is for FPS Security Key users to automatically login web account via fingerprint. Please note that to enable the extension auto-login function, you must have the FPS Security Key device connected to the windows computer.
拡張機能の基本情報
名前 | |
ID | nfbjlcepkikbcpkngggemcococigeooj |
公式URL | https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj |
説明 | FPS Security Key WebAutoLogin APP |
ファイルサイズ | 84.65 KB |
インストール数 | 155 |
現在のバージョン | 1.3 |
最終更新日 | 2019-05-08 |
公開日 | 2019-05-08 |
開発者 | Magic Control Technology Corporation |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPS Security Key", "version": "1.3", "description": "FPS Security Key WebAutoLogin APP", "permissions": [ "nativeMessaging", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background\/background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content_scripts\/content_script.js" ], "run_at": "document_start", "all_frames": true } ] } |