Easy Duo Authentication, updated by Zavins

Gives you passcodes for the Duo Multi-Factor Authentication.

Apa itu Easy Duo Authentication, updated by Zavins?

Easy Duo Authentication, updated by Zavins adalah ekstensi Chrome yang dikembangkan oleh zhiyuanwang1003, dan fitur utamanya adalah "Gives you passcodes for the Duo Multi-Factor Authentication.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Easy Duo Authentication, updated by Zavins

Unduh file ekstensi Easy Duo Authentication, updated by Zavins dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Easy Duo Authentication, updated by Zavins Easy Duo Authentication, updated by Zavins
ID damdchnnlnpebfggbgbmbgddekccjcmi
URL Resmi https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi
Deskripsi Gives you passcodes for the Duo Multi-Factor Authentication.
Ukuran File 31.97 MB
Jumlah Instalasi 58
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2021-11-05
Tanggal Publikasi 2021-11-05
Pengembang zhiyuanwang1003
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}