PQI WebAutoLogin
PQI AutoLoginApp
Vad är PQI WebAutoLogin?
PQI WebAutoLogin är en Chrome-tillägg utvecklad av Magic Control Technology Corporation, och dess huvudfunktion är "PQI AutoLoginApp".
Tilläggsskärmbilder
Ladda ner PQI WebAutoLogin-förlängningens CRX-fil
Ladda ner PQI WebAutoLogin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gmmiaijojldkfijdahobpeepfigegdcl |
| Officiell webbadress | https://chromewebstore.google.com/detail/pqi-webautologin/gmmiaijojldkfijdahobpeepfigegdcl |
| Beskrivning | PQI AutoLoginApp |
| Filstorlek | 90.02 KB |
| Antal Installationer | 1,165 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2021-05-20 |
| Publiceringsdatum | 2018-06-10 |
| Betyg | 4.29/5 Totalt 7 Betyg |
| Utvecklare | Magic Control Technology Corporation |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
| Stödda Språk | 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
}
]
} | |