AntumID MyDigiPassword

AntumID MyDigiPassword for the AntumID Authenticator APP

O que é AntumID MyDigiPassword?

AntumID MyDigiPassword é uma extensão do Chrome desenvolvida por AntumID, e sua principal característica é "AntumID MyDigiPassword for the AntumID Authenticator APP".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AntumID MyDigiPassword

Baixe arquivos de extensão AntumID MyDigiPassword no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome AntumID MyDigiPassword AntumID MyDigiPassword
ID kkabnooiepelolejnmeclfklkadiojhd
URL Oficial https://chromewebstore.google.com/detail/antumid-mydigipassword/kkabnooiepelolejnmeclfklkadiojhd
Descrição AntumID MyDigiPassword for the AntumID Authenticator APP
Tamanho do Arquivo 423 KB
Contagem de Instalações 372
Versão Atual 2.0.2
Última Atualização 2021-03-10
Data de Publicação 2019-11-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor AntumID
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.mydigipassword.com
URL da Página de Ajuda https://www.mydigipassword.com
URL da Página de Política de Privacidade https://www.mydigipassword.com/policy.php
Idiomas Suportados 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"
    ]
}