AutofillDuo

Skip the hassle of Duo

AutofillDuo란 무엇입니까?

AutofillDuo은(는) michaellan202에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip the hassle of Duo"입니다.

확장 프로그램 스크린샷

screenshot

AutofillDuo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}