Easy OTP Extension

Generate OTP code based on your 2FA token

Qu'est-ce que Easy OTP Extension ?

Easy OTP Extension est une extension Chrome développée par roma.tsvyk, et sa fonction principale est "Generate OTP code based on your 2FA token".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Easy OTP Extension

Téléchargez les fichiers d'extension Easy OTP Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Easy OTP Extension Easy OTP Extension
ID ejcjmkjooooefcfcichfdicgmoeophac
URL Officiel https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac
Description Generate OTP code based on your 2FA token
Taille du Fichier 1.16 MB
Nombre d'Installations 35
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-12-21
Date de Publication 2022-12-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur roma.tsvyk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
        }
    ]
}