Easy OTP Extension

Generate OTP code based on your 2FA token

Apa itu Easy OTP Extension?

Easy OTP Extension adalah ekstensi Chrome yang dikembangkan oleh roma.tsvyk, dan fitur utamanya adalah "Generate OTP code based on your 2FA token".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Easy OTP Extension

Unduh file ekstensi Easy OTP Extension 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

                        For people who wants to have quick access to the OTP code without using additional program                    

Informasi Dasar Ekstensi

Nama Easy OTP Extension Easy OTP Extension
ID ejcjmkjooooefcfcichfdicgmoeophac
URL Resmi https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac
Deskripsi Generate OTP code based on your 2FA token
Ukuran File 1.16 MB
Jumlah Instalasi 35
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-12-21
Tanggal Publikasi 2022-12-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang roma.tsvyk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Generate OTP code based on your 2FA token",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "Easy OTP Extension",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}