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 |
官方網址 | 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 |
電子郵箱 | [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" } } |