FPS Security Key
FPS Security Key WebAutoLogin APP
Co je FPS Security Key?
FPS Security Key je rozšíření Chrome vyvinuté Magic Control Technology Corporation, a jeho hlavní funkcí je „FPS Security Key WebAutoLogin APP“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FPS Security Key
Stáhněte si soubory rozšíření FPS Security Key ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | nfbjlcepkikbcpkngggemcococigeooj |
Oficiální URL | https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj |
Popis | FPS Security Key WebAutoLogin APP |
Velikost souboru | 84.65 KB |
Počet instalací | 155 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2019-05-08 |
Datum Vydání | 2019-05-08 |
Vývojář | Magic Control Technology Corporation |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
Podporované Jazyky | 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 } ] } |