AntumID MyDigiPassword

AntumID MyDigiPassword for the AntumID Authenticator APP

Cos'è AntumID MyDigiPassword?

AntumID MyDigiPassword è un'estensione di Chrome sviluppata da AntumID, e la sua funzione principale è "AntumID MyDigiPassword for the AntumID Authenticator APP".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AntumID MyDigiPassword

Scarica i file di estensione AntumID MyDigiPassword in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AntumID MyDigiPassword AntumID MyDigiPassword
ID kkabnooiepelolejnmeclfklkadiojhd
URL Ufficiale https://chromewebstore.google.com/detail/antumid-mydigipassword/kkabnooiepelolejnmeclfklkadiojhd
Descrizione AntumID MyDigiPassword for the AntumID Authenticator APP
Dimensione del File 423 KB
Conteggio Installazioni 372
Versione Corrente 2.0.2
Ultimo Aggiornamento 2021-03-10
Data di Pubblicazione 2019-11-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore AntumID
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.mydigipassword.com
URL della Pagina di Aiuto https://www.mydigipassword.com
URL della Pagina della Politica sulla Privacy https://www.mydigipassword.com/policy.php
Lingue Supportate 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"
    ]
}