FPS Security Key
FPS Security Key WebAutoLogin APP
What is FPS Security Key?
FPS Security Key is a Chrome extension developed by Magic Control Technology Corporation, and its main feature is "FPS Security Key WebAutoLogin APP".
Extension Screenshots
Download FPS Security Key Extension CRX File
Download FPS Security Key extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nfbjlcepkikbcpkngggemcococigeooj |
Official URL | https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj |
Description | FPS Security Key WebAutoLogin APP |
File Size | 84.65 KB |
Installation Count | 155 |
Current Version | 1.3 |
Last Updated | 2019-05-08 |
Publish Date | 2019-05-08 |
Developer | Magic Control Technology Corporation |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
Supported Languages | 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 } ] } |