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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhiyuanwang1003 และคุณลักษณะหลักของมันคือ "Gives you passcodes for the Duo Multi-Factor Authentication."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Duo Authentication, updated by Zavins

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}