Easy OTP Extension
Generate OTP code based on your 2FA token
Was ist Easy OTP Extension?
Easy OTP Extension ist eine Chrome-Erweiterung, die von roma.tsvyk entwickelt wurde, und ihr Hauptmerkmal ist "Generate OTP code based on your 2FA token".
Erweiterungsscreenshots
Easy OTP Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy OTP Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
For people who wants to have quick access to the OTP code without using additional program
Grundlegende Informationen zur Erweiterung
Name | Easy OTP Extension |
ID | ejcjmkjooooefcfcichfdicgmoeophac |
Offizielle URL | https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac |
Beschreibung | Generate OTP code based on your 2FA token |
Dateigröße | 1.16 MB |
Installationsanzahl | 35 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2022-12-21 |
Veröffentlichungsdatum | 2022-12-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | roma.tsvyk |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } ] } |