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
官方網址 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\/*"
            ]
        }
    ]
}