PQI WebAutoLogin
PQI AutoLoginApp
Qu'est-ce que PQI WebAutoLogin ?
PQI WebAutoLogin est une extension Chrome développée par Magic Control Technology Corporation, et sa fonction principale est "PQI AutoLoginApp".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PQI WebAutoLogin
Téléchargez les fichiers d'extension PQI WebAutoLogin 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
PQI WebAutoLogin extension is for PQI fingerprint users to automatically login web account via fingerprint. Please note to enable the extension auto-login function, you must have the PQI fingerprint device connected to the windows computer.
Informations de Base sur l'Extension
Nom | |
ID | gmmiaijojldkfijdahobpeepfigegdcl |
URL Officiel | https://chromewebstore.google.com/detail/pqi-webautologin/gmmiaijojldkfijdahobpeepfigegdcl |
Description | PQI AutoLoginApp |
Taille du Fichier | 90.02 KB |
Nombre d'Installations | 1,165 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-05-20 |
Date de Publication | 2018-06-10 |
Évaluation | 4.29/5 Total 7 Évaluations |
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": "PQI WebAutoLogin", "version": "1.3", "description": "PQI AutoLoginApp", "permissions": [ "nativeMessaging", "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 } ] } |