Easy Duo Authentication, updated by Zavins
Gives you passcodes for the Duo Multi-Factor Authentication.
Easy Duo Authentication, updated by Zavinsとは何ですか?
Easy Duo Authentication, updated by Zavinsはzhiyuanwang1003によって開発されたChromeの拡張機能で、その主な機能は「Gives you passcodes for the Duo Multi-Factor Authentication.」です。
拡張機能のスクリーンショット
Easy Duo Authentication, updated by Zavins拡張機能のCRXファイルをダウンロード
Easy Duo Authentication, updated by Zavins拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy Duo Authentication, updated by Zavins. Originally from Yu Shen
拡張機能の基本情報
名前 | Easy Duo Authentication, updated by Zavins |
ID | damdchnnlnpebfggbgbmbgddekccjcmi |
公式URL | https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi |
説明 | Gives you passcodes for the Duo Multi-Factor Authentication. |
ファイルサイズ | 31.97 MB |
インストール数 | 58 |
現在のバージョン | 1.0.4 |
最終更新日 | 2021-11-05 |
公開日 | 2021-11-05 |
開発者 | zhiyuanwang1003 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Duo Authentication, updated by Zavins", "version": "1.0.4", "description": "Gives you passcodes for the Duo Multi-Factor Authentication.", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/unlock_icon16.png", "32": "images\/unlock_icon32.png", "48": "images\/unlock_icon48.png", "128": "images\/unlock_icon128.png" } }, "icons": { "16": "images\/unlock_icon16.png", "32": "images\/unlock_icon32.png", "48": "images\/unlock_icon48.png", "128": "images\/unlock_icon128.png" }, "manifest_version": 3, "content_scripts": [ { "js": [ "jquery-1.7.1.min.js", "background.js" ], "all_frames": true, "matches": [ "https:\/\/*.duosecurity.com\/*" ] } ] } |