AutofillDuo
Skip the hassle of Duo
AutofillDuoคืออะไร?
AutofillDuo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michaellan202 และคุณลักษณะหลักของมันคือ "Skip the hassle of Duo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutofillDuo
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |