AutofillDuo

Skip the hassle of Duo

什么是AutofillDuo?

AutofillDuo是由michaellan202开发的Chrome扩展程序,该扩展的主要功能是“Skip the hassle of Duo”。

扩展截图

screenshot

下载AutofillDuo扩展crx文件

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

扩展使用说明

                        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!                    

扩展基本信息

名称 AutofillDuo AutofillDuo
ID caojkghbbpbfondngcjabamocpgkjgjn
官方URL https://chromewebstore.google.com/detail/autofillduo/caojkghbbpbfondngcjabamocpgkjgjn
简介 Skip the hassle of Duo
文件大小 16.93 KB
安装次数 96
当前版本 1.0.2
更新时间 2022-11-19
上架时间 2022-09-23
评分 5.00/5 共2次评分
开发者 michaellan202
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/mizlan/AutofillDuo/issues
支持的语言 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"
    }
}