PQI WebAutoLogin
PQI AutoLoginApp
PQI WebAutoLoginとは何ですか?
PQI WebAutoLoginはMagic Control Technology Corporationによって開発されたChromeの拡張機能で、その主な機能は「PQI AutoLoginApp」です。
拡張機能のスクリーンショット
PQI WebAutoLogin拡張機能のCRXファイルをダウンロード
PQI WebAutoLogin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | gmmiaijojldkfijdahobpeepfigegdcl |
| 公式URL | https://chromewebstore.google.com/detail/pqi-webautologin/gmmiaijojldkfijdahobpeepfigegdcl |
| 説明 | PQI AutoLoginApp |
| ファイルサイズ | 90.02 KB |
| インストール数 | 1,165 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2021-05-20 |
| 公開日 | 2018-06-10 |
| 評価 | 4.29/5 合計 7 レビュー |
| 開発者 | Magic Control Technology Corporation |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
| 対応言語 | 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
}
]
} | |