FPS Security Key
FPS Security Key WebAutoLogin APP
Qu'est-ce que FPS Security Key ?
FPS Security Key est une extension Chrome développée par Magic Control Technology Corporation, et sa fonction principale est "FPS Security Key WebAutoLogin APP".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FPS Security Key
Téléchargez les fichiers d'extension FPS Security Key au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nfbjlcepkikbcpkngggemcococigeooj |
URL Officiel | https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj |
Description | FPS Security Key WebAutoLogin APP |
Taille du Fichier | 84.65 KB |
Nombre d'Installations | 155 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-05-08 |
Date de Publication | 2019-05-08 |
Développeur | Magic Control Technology Corporation |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
Langues Prises en Charge | 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 } ] } |