Easy Duo Authentication, updated by Zavins

Gives you passcodes for the Duo Multi-Factor Authentication.

Easy Duo Authentication, updated by Zavins là gì?

Easy Duo Authentication, updated by Zavins là một tiện ích mở rộng Chrome được phát triển bởi zhiyuanwang1003, và tính năng chính của nó là "Gives you passcodes for the Duo Multi-Factor Authentication.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy Duo Authentication, updated by Zavins

Tải xuống các tệp mở rộng Easy Duo Authentication, updated by Zavins dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy Duo Authentication, updated by Zavins Easy Duo Authentication, updated by Zavins
ID damdchnnlnpebfggbgbmbgddekccjcmi
URL Chính Thức https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi
Mô tả Gives you passcodes for the Duo Multi-Factor Authentication.
Kích Thước Tệp 31.97 MB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-11-05
Ngày Phát Hành 2021-11-05
Nhà Phát Triển zhiyuanwang1003
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}