PQI WebAutoLogin
PQI AutoLoginApp
Wat is PQI WebAutoLogin?
PQI WebAutoLogin is een Chrome-extensie ontwikkeld door Magic Control Technology Corporation, en de belangrijkste functie is "PQI AutoLoginApp".
Extensie Screenshots
Download het CRX-bestand van de extensie PQI WebAutoLogin
Download PQI WebAutoLogin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gmmiaijojldkfijdahobpeepfigegdcl |
Officiële URL | https://chromewebstore.google.com/detail/pqi-webautologin/gmmiaijojldkfijdahobpeepfigegdcl |
Beschrijving | PQI AutoLoginApp |
Bestandsgrootte | 90.02 KB |
Aantal Installaties | 1,165 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-05-20 |
Publicatiedatum | 2018-06-10 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Magic Control Technology Corporation |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
Ondersteunde Talen | 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 } ] } |