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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}