Complete ID Password Manager

An easy-to-use password manager for creating, keeping and using secure passwords.

Complete ID Password Manager란 무엇입니까?

Complete ID Password Manager은(는) IDnotify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy-to-use password manager for creating, keeping and using secure passwords."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Complete ID Password Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Complete ID provides you with solutions that help protect your digital privacy. Create, store, and use secure passwords with an easy-to-use and convenient password management program. Password Manager will help keep your account logins secure.

Managing and accessing account logins from a secure vault will help you:
1.	Prevent hackers from accessing your account logins and financial information stored in the vault.
2.	Prevent hackers from guessing easy passwords and breaching your account.
3.	Prevent phishing attacks by using the auto-login feature from Password Manager

Types of data you can protect:
Add your account logins, credit cards, and bank accounts to the Password Manager vault. Each will be encrypted and can only be accessed by you.                    

확장 프로그램 기본 정보

이름 Complete ID Password Manager Complete ID Password Manager
ID ibkjbkipccbniaknhdcmjmkjamnflkke
공식 URL https://chromewebstore.google.com/detail/complete-id-password-mana/ibkjbkipccbniaknhdcmjmkjamnflkke
설명 An easy-to-use password manager for creating, keeping and using secure passwords.
파일 크기 6.34 MB
설치 횟수 984
현재 버전 1.1.0
최근 업데이트 2022-05-10
출시 날짜 2022-05-09
평점 3.00/5 총 1 개의 평점
개발자 IDnotify
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.completeid.com/
도움말 페이지 URL https://portal.completeid.com/c/app-support?RTN=90000101
개인정보 보호 정책 페이지 URL https://www.idnotify.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "Complete ID Password Manager",
    "description": "An easy-to-use password manager for creating, keeping and using secure passwords.",
    "icons": {
        "48": "\/images\/icon-48.png"
    },
    "permissions": [
        "alarms",
        "downloads",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/url.invalid\/*"
            ],
            "js": [
                "content\/cognito_redirect_handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "48": "\/images\/status-locked-32.png"
        },
        "default_title": "McAfee Account and Payment Protection",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}