FPS Security Key
FPS Security Key WebAutoLogin APP
Co to jest FPS Security Key?
FPS Security Key to rozszerzenie Chrome opracowane przez Magic Control Technology Corporation, a jego główną funkcją jest „FPS Security Key WebAutoLogin APP”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FPS Security Key
Pobierz pliki rozszerzeń FPS Security Key w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nfbjlcepkikbcpkngggemcococigeooj |
Oficjalny URL | https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj |
Opis | FPS Security Key WebAutoLogin APP |
Rozmiar pliku | 84.65 KB |
Liczba instalacji | 155 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-05-08 |
Data Publikacji | 2019-05-08 |
Deweloper | Magic Control Technology Corporation |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
Obsługiwane Języki | 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 } ] } |