NO+OTP

Add to the input your password + OTP

Τι είναι το NO+OTP;

Το NO+OTP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://loaysa.com, και η κύρια λειτουργία του είναι "Add to the input your password + OTP".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NO+OTP

Λήψη αρχείων επέκτασης NO+OTP σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        --- Versión en Español más abajo ---

Version 2.2:
- Fixed bugs preventing the popup from opening after restarting Chrome (thanks to Drutol!).
- Improved QR code detection via the webcam.
- Made the default plugin behavior (direct password input filling) more explicit on the plugin's Options page.

Version 2.0:
- Now you can choose to copy the OTP to the clipboard or display a popup that allows you to decide whether to copy it to the clipboard or directly fill in a password each time.

____
Tired of typing your password and then adding an OTP to access work systems?

OTPs, like the ones generated by Google Authenticator, are a great security measure that, unfortunately, is sometimes misused by system administrators 🙁

With this extension, you can add your password with the OTP included with just one click 😃

Give yourself a little gift, install this extension, and save minutes of work. You won't have to reach for your phone or open any other browser window to copy that pesky key.

After installation, right-click on the extension button and go to Options, then follow the steps.

This extension doesn't store any user information. None. Your credentials will be stored encrypted in your browser.

--------

version 2.2: 
 - Se han arreglado errores que impedían que el popup se abriera tras reiniciar Chrome (gracias Drutol!).
 - Se ha mejorado la detección del código QR a través de la webcam.
 - Se ha hecho más explícito el funcionamiento por defecto del plugin (rellenar input de contraseña directamente) en la página de Opciones del plugin.

version 2.0: 
- Ahora podrás elegir guardar la OTP en el portapapeles, así como desplegar un popup que te permitirá elegir en cada momento si prefieres guardarlo en el portapapeles o rellenar directamente una contraseña.

____
¿Cansado de escribir tu contraseña y añadir después una OTP para acceder a sistemas del trabajo?

OTPs, como la generada por Google Authenticator, son una buena medida de seguridad que, desgraciadamente, a veces es abusada por los administradores de sistemas 🙁

Con esta extensión, podrás añadir con solo clicar un botón tu contraseña con la OTP incluida 😃

Hazte un pequeño regalo, instala esta extensión y salva minutos de trabajo. Ya no tendrás que ir a buscar el teléfono o abrir ninguna otra ventana de tu navegador para copiar la dichosa clave.

Tras instalarlo, haz clic derecho sobre el botón de la extensión y ve a opciones, allí sigue los pasos.

Esta extensión no almacena ninguna información de usuario. Ninguna. Tus credenciales se guardarán de forma encriptada en tu navegador.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NO+OTP NO+OTP
ID epfcbfnadaigbokbekcipecemoaiaeni
Επίσημο URL https://chromewebstore.google.com/detail/no+otp/epfcbfnadaigbokbekcipecemoaiaeni
Περιγραφή Add to the input your password + OTP
Μέγεθος Αρχείου 452 KB
Αριθμός Εγκαταστάσεων 251
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2023-09-26
Ημερομηνία Δημοσίευσης 2019-12-06
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://loaysa.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/gloaysa/no-otp
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/gloaysa/no-otp/issues
Υποστηριζόμενες Γλώσσες es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NO+OTP",
    "description": "Add to the input your password + OTP",
    "version": "2.2",
    "options_page": "options.html",
    "icons": {
        "48": "images\/unlock-50.png",
        "128": "images\/unlock-128.png"
    },
    "browser_action": {
        "default_title": "NO+OTP"
    },
    "background": {
        "page": "index.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}