Easy Duo Authentication, updated by Zavins

Gives you passcodes for the Duo Multi-Factor Authentication.

What is Easy Duo Authentication, updated by Zavins?

Easy Duo Authentication, updated by Zavins is a Chrome extension developed by zhiyuanwang1003, and its main feature is "Gives you passcodes for the Duo Multi-Factor Authentication.".

Extension Screenshots

screenshot

Download Easy Duo Authentication, updated by Zavins Extension CRX File

Download Easy Duo Authentication, updated by Zavins extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Easy Duo Authentication, updated by Zavins Easy Duo Authentication, updated by Zavins
ID damdchnnlnpebfggbgbmbgddekccjcmi
Official URL https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi
Description Gives you passcodes for the Duo Multi-Factor Authentication.
File Size 31.97 MB
Installation Count 58
Current Version 1.0.4
Last Updated 2021-11-05
Publish Date 2021-11-05
Developer zhiyuanwang1003
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}