FPS Security Key
FPS Security Key WebAutoLogin APP
O que é FPS Security Key?
FPS Security Key é uma extensão do Chrome desenvolvida por Magic Control Technology Corporation, e sua principal característica é "FPS Security Key WebAutoLogin APP".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FPS Security Key
Baixe arquivos de extensão FPS Security Key no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nfbjlcepkikbcpkngggemcococigeooj |
URL Oficial | https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj |
Descrição | FPS Security Key WebAutoLogin APP |
Tamanho do Arquivo | 84.65 KB |
Contagem de Instalações | 155 |
Versão Atual | 1.3 |
Última Atualização | 2019-05-08 |
Data de Publicação | 2019-05-08 |
Desenvolvedor | Magic Control Technology Corporation |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
Idiomas Suportados | 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 } ] } |