Easy OTP Extension

Generate OTP code based on your 2FA token

Wat is Easy OTP Extension?

Easy OTP Extension is een Chrome-extensie ontwikkeld door roma.tsvyk, en de belangrijkste functie is "Generate OTP code based on your 2FA token".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Easy OTP Extension

Download Easy OTP Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Easy OTP Extension Easy OTP Extension
ID ejcjmkjooooefcfcichfdicgmoeophac
Officiële URL https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac
Beschrijving Generate OTP code based on your 2FA token
Bestandsgrootte 1.16 MB
Aantal Installaties 35
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-12-21
Publicatiedatum 2022-12-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar roma.tsvyk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
        }
    ]
}