AntumID MyDigiPassword

AntumID MyDigiPassword for the AntumID Authenticator APP

AntumID MyDigiPasswordとは何ですか?

AntumID MyDigiPasswordはAntumIDによって開発されたChromeの拡張機能で、その主な機能は「AntumID MyDigiPassword for the AntumID Authenticator APP」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

AntumID MyDigiPassword拡張機能のCRXファイルをダウンロード

AntumID MyDigiPassword拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 AntumID MyDigiPassword AntumID MyDigiPassword
ID kkabnooiepelolejnmeclfklkadiojhd
公式URL https://chromewebstore.google.com/detail/antumid-mydigipassword/kkabnooiepelolejnmeclfklkadiojhd
説明 AntumID MyDigiPassword for the AntumID Authenticator APP
ファイルサイズ 423 KB
インストール数 372
現在のバージョン 2.0.2
最終更新日 2021-03-10
公開日 2019-11-24
評価 5.00/5 合計 3 レビュー
開発者 AntumID
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.mydigipassword.com
ヘルプページのURL https://www.mydigipassword.com
プライバシーポリシーページのURL https://www.mydigipassword.com/policy.php
対応言語 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"
    ]
}