AutofillDuo
Skip the hassle of Duo
AutofillDuoとは何ですか?
AutofillDuoはmichaellan202によって開発されたChromeの拡張機能で、その主な機能は「Skip the hassle of Duo」です。
拡張機能のスクリーンショット
AutofillDuo拡張機能のCRXファイルをダウンロード
AutofillDuo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You've got meetings to join, emails to check, and assignments to turn in. Skip Duo and get right to work: no more checking your phone and getting notifications. AutofillDuo supports all prompt styles (don't worry if you don't know what this means), and has a 2-minute setup and fully-automatic usage—lay back and relax! Features: * Future-proofed with Manifest v3 * Compatible with all Duo prompts (Universal/Traditional) * Fully-automatic execution, enabled by default * Quick setup: <5 minutes * Inspired by other browser extensions such as Bye Duo Fixed: * Allow some configurations that were originally disallowed on Traditional mode!
拡張機能の基本情報
名前 | AutofillDuo |
ID | caojkghbbpbfondngcjabamocpgkjgjn |
公式URL | https://chromewebstore.google.com/detail/autofillduo/caojkghbbpbfondngcjabamocpgkjgjn |
説明 | Skip the hassle of Duo |
ファイルサイズ | 16.93 KB |
インストール数 | 96 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-11-19 |
公開日 | 2022-09-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | michaellan202 |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/mizlan/AutofillDuo/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AutofillDuo", "version": "1.0.2", "description": "Skip the hassle of Duo", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.duosecurity.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.duosecurity.com\/*\/prompt", "https:\/\/*.duosecurity.com\/*\/prompt?*", "https:\/\/*.duosecurity.com\/*\/auth", "https:\/\/*.duosecurity.com\/*\/auth?*" ], "all_frames": true, "js": [ "lib\/jsOTP.min.js", "content.js" ] } ], "action": { "default_popup": "popup\/activation.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |