Easy Duo Authentication, updated by Zavins

Gives you passcodes for the Duo Multi-Factor Authentication.

Wat is Easy Duo Authentication, updated by Zavins?

Easy Duo Authentication, updated by Zavins is een Chrome-extensie ontwikkeld door zhiyuanwang1003, en de belangrijkste functie is "Gives you passcodes for the Duo Multi-Factor Authentication.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Easy Duo Authentication, updated by Zavins

Download Easy Duo Authentication, updated by Zavins-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Easy Duo Authentication, updated by Zavins Easy Duo Authentication, updated by Zavins
ID damdchnnlnpebfggbgbmbgddekccjcmi
Officiële URL https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi
Beschrijving Gives you passcodes for the Duo Multi-Factor Authentication.
Bestandsgrootte 31.97 MB
Aantal Installaties 58
Huidige Versie 1.0.4
Laatst Bijgewerkt 2021-11-05
Publicatiedatum 2021-11-05
Ontwikkelaar zhiyuanwang1003
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}