AutofillDuo

Skip the hassle of Duo

Co je AutofillDuo?

AutofillDuo je rozšíření Chrome vyvinuté michaellan202, a jeho hlavní funkcí je „Skip the hassle of Duo“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AutofillDuo

Stáhněte si soubory rozšíření AutofillDuo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název AutofillDuo AutofillDuo
ID caojkghbbpbfondngcjabamocpgkjgjn
Oficiální URL https://chromewebstore.google.com/detail/autofillduo/caojkghbbpbfondngcjabamocpgkjgjn
Popis Skip the hassle of Duo
Velikost souboru 16.93 KB
Počet instalací 96
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-11-19
Datum Vydání 2022-09-23
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář michaellan202
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/mizlan/AutofillDuo/issues
Podporované Jazyky 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"
    }
}