AntumID MyDigiPassword

AntumID MyDigiPassword for the AntumID Authenticator APP

¿Qué es AntumID MyDigiPassword?

AntumID MyDigiPassword es una extensión de Chrome desarrollada por AntumID, y su función principal es "AntumID MyDigiPassword for the AntumID Authenticator APP".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AntumID MyDigiPassword

Descarga archivos de extensión AntumID MyDigiPassword en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        AntumID MyDigiPassword plug-in is a free password generator and an optional paid dashboard to manage all your usernames, websites and 2FA's based on (google) authenticator.

It combines a mobile app, plug-in and dashboard as a total solution for all your online authentications.
 
It creates, recalculates and manages all your passwords on all your devices without saving it to your local device (if you disable password storage in your browser) or cloud. 

You can disable the password storage of your internet browser, after you set the new password with the MyDigiPassword plug-in in combination with the AntumID APP's you’re ready to go.

Required to use the free plug-in:

If you only want to use this plug-in to generate your passwords you don't need to have a paid license. MyDigiPassword plug-in requires the AntumID Authenticator APP.
The app's can be found in your app store(s), or use the download links on: https://www.mydigipassword.com 

Required to use the full version of the plug-in:

This full version needs an activation key to use the full dashboard functions with 2fa and usernames. ( More info at https://www.mydigipassword.com)
After you have received an activation key, activate this on the MyDigiPassword.com platform to enable all functions.
MyDigiPassword plug-in requires the AntumID Authenticator APP.
The app's can be found in your app store(s), or use the download links on: https://www.mydigipassword.com 


How to use the free version?

Browser plug-in button: You can create a password for each website, use the MyDigiPassword icon (button) in the toolbar of your browser. This will generate a unique QR-CODE. Scan the QR-CODE with your AntumID Authentictor APP and the APP will calculate a unique password for this website, the password will be send encrypted to the browser plug-in. You can copy your password or automatic fill in the password.

How to use the paid version?

Buy a 1 year-license key at https://www.mydigipassword.com, login to the MyDigiPassword dashboard platform using your AntumID Authenticator APP. You can now use the full version of the plug-in.

Option (1 - Works always) Browser plug-in button: (Set Automatic login and automatic mode to disabled, You can create a password for each website, use the MyDigiPassword icon (button) in the toolbar of your browser. This will generate a unique QR-CODE. Scan the QR-CODE with your AntumID Authenticator APP and it will calculate a unique password for this website, the password will be send encrypted to the browser plug-in. You can copy your password or/and username to your clipboard. 2FA Generator can be started also. (If you set these options into the dashboard before).

Option (2 - Auto-fill + Auto-login + Auto 2FA Generator) Browser plug-in: This option will auto fill in all fields and will try to login after you scan the QR-CODE. The 2FA generator will open automatically. (If you set these options into the dashboard before).

Read the full guide(s) on the platform page: https://www.mydigipassword.com 

Privacy Policy: https://www.mydigipassword.com/policy.php                    

Información Básica de la Extensión

Nombre AntumID MyDigiPassword AntumID MyDigiPassword
ID kkabnooiepelolejnmeclfklkadiojhd
URL Oficial https://chromewebstore.google.com/detail/antumid-mydigipassword/kkabnooiepelolejnmeclfklkadiojhd
Descripción AntumID MyDigiPassword for the AntumID Authenticator APP
Tamaño del Archivo 423 KB
Cantidad de Instalaciones 372
Versión Actual 2.0.2
Última Actualización 2021-03-10
Fecha de Publicación 2019-11-24
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador AntumID
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.mydigipassword.com
URL de la Página de Ayuda https://www.mydigipassword.com
URL de la Página de Política de Privacidad https://www.mydigipassword.com/policy.php
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "antumid_48x48.png",
        "default_popup": "antumid.html",
        "default_title": "Scan QR-CODE and generate a password or 2FA for every website."
    },
    "content_scripts": [
        {
            "js": [
                "antumid.js",
                "jquery-3.5.1.js"
            ],
            "css": [
                "antumid.css",
                "antumidWidget.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "AntumID MyDigiPassword for the AntumID Authenticator APP",
    "icons": {
        "128": "antumid_128x128.png",
        "48": "antumid_48x48.png",
        "16": "antumid_16x16.png"
    },
    "manifest_version": 2,
    "name": "AntumID MyDigiPassword",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "*:\/\/www.mydigipassword.com\/*"
    ],
    "short_name": "AntumID MyDigiPassword",
    "version": "2.0.2",
    "web_accessible_resources": [
        "Digi-password-icon48x48.png",
        "antumid.html"
    ]
}