Easy Duo Authentication, updated by Zavins

Gives you passcodes for the Duo Multi-Factor Authentication.

Hvad er Easy Duo Authentication, updated by Zavins?

Easy Duo Authentication, updated by Zavins er en Chrome-udvidelse udviklet af zhiyuanwang1003, og dens hovedfunktion er "Gives you passcodes for the Duo Multi-Factor Authentication.".

Udvidelsesskærmbilleder

screenshot

Download Easy Duo Authentication, updated by Zavins-udvidelses-CRX-fil

Download Easy Duo Authentication, updated by Zavins-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Easy Duo Authentication, updated by Zavins. Originally from Yu Shen                    

Grundlæggende oplysninger om udvidelsen

Navn Easy Duo Authentication, updated by Zavins Easy Duo Authentication, updated by Zavins
ID damdchnnlnpebfggbgbmbgddekccjcmi
Officiel URL https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi
Beskrivelse Gives you passcodes for the Duo Multi-Factor Authentication.
Filstørrelse 31.97 MB
Antal Installationer 58
Nuværende Version 1.0.4
Senest Opdateret 2021-11-05
Udgivelsesdato 2021-11-05
Udvikler zhiyuanwang1003
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Duo Authentication, updated by Zavins",
    "version": "1.0.4",
    "description": "Gives you passcodes for the Duo Multi-Factor Authentication.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/unlock_icon16.png",
            "32": "images\/unlock_icon32.png",
            "48": "images\/unlock_icon48.png",
            "128": "images\/unlock_icon128.png"
        }
    },
    "icons": {
        "16": "images\/unlock_icon16.png",
        "32": "images\/unlock_icon32.png",
        "48": "images\/unlock_icon48.png",
        "128": "images\/unlock_icon128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "jquery-1.7.1.min.js",
                "background.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.duosecurity.com\/*"
            ]
        }
    ]
}