Easy Duo Authentication, updated by Zavins

Gives you passcodes for the Duo Multi-Factor Authentication.

什么是Easy Duo Authentication, updated by Zavins?

Easy Duo Authentication, updated by Zavins是由zhiyuanwang1003开发的Chrome扩展程序,该扩展的主要功能是“Gives you passcodes for the Duo Multi-Factor Authentication.”。

扩展截图

screenshot

下载Easy Duo Authentication, updated by Zavins扩展crx文件

下载Easy Duo Authentication, updated by Zavins扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Easy Duo Authentication, updated by Zavins Easy Duo Authentication, updated by Zavins
ID damdchnnlnpebfggbgbmbgddekccjcmi
官方URL https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi
简介 Gives you passcodes for the Duo Multi-Factor Authentication.
文件大小 31.97 MB
安装次数 58
当前版本 1.0.4
更新时间 2021-11-05
上架时间 2021-11-05
开发者 zhiyuanwang1003
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}