WWPass Authentication
WWPass authentication extension for Google Chrome
什麼是WWPass Authentication?
WWPass Authentication是由https://wwpass.com開發的Chrome擴展程式,該擴展的主要功能是“WWPass authentication extension for Google Chrome”。
擴展截圖
下載WWPass Authentication擴展crx文件
下載WWPass Authentication擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension connects the Chrome browser to the WWPass Hardware token (USB or smart card) for passwordless Multifactor Authentication (MFA) and client-side encryption. WWPass native application is required for the extension to operate. See https://ks.wwpass.com/, WWPass Key Services site for details. With the WWPass software bundle installed on a computer, the extension suggests a user to connect the WWPass crypto token, detects the presence of the token, and starts the user authentication.
擴展基本資訊
名稱 | WWPass Authentication |
ID | miehnmafplejcppinokgfmlhkkfdalgi |
官方網址 | https://chromewebstore.google.com/detail/wwpass-authentication/miehnmafplejcppinokgfmlhkkfdalgi |
簡介 | WWPass authentication extension for Google Chrome |
檔案大小 | 11.07 KB |
安裝次數 | 88 |
目前版本 | 1.0.9 |
更新時間 | 2024-01-11 |
上架時間 | 2023-03-29 |
開發者 | https://wwpass.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ks.wwpass.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WWPass Authentication", "description": "WWPass authentication extension for Google Chrome", "version": "1.0.9", "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmeeNXSMV+ASD+bk1vWDu74h+ObdIxou\/LjMpFB\/kQ1DGWCLPaZJ7T3tEMuGYNiP2ztMUEyuMz01vi3pnx+hP\/+6I75b7ssUonQgba+Do+5RZSC2Dk6vq1cmdqI5vTxnrzwzNw6hv5rjARLrkEs5axj\/HQUCxeZMqiBr4L\/FpFno6Xq7F7ctRWiarASVJfeS4xwrxFruwiQurCrIwnKexGhRga1pKBpFX\/8tXg34aOKfiuMn8MjJ6Jj5G8976PTBtW153wR+mBOyR3XP1cuDjaSpL9KNF3sZKh9Sz6u1Qc81Ggy+5XTdGixZzDddtmo+IHpUONF1VYs14Wcr5zvLN7QIDAQAB", "icons": { "128": "images\/logo-128.png" }, "permissions": [ "nativeMessaging" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "plugin.js" ] } ] } |