Complete ID Password Manager

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

Co to jest Complete ID Password Manager?

Complete ID Password Manager to rozszerzenie Chrome opracowane przez IDnotify, a jego główną funkcją jest „An easy-to-use password manager for creating, keeping and using secure passwords.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Complete ID Password Manager

Pobierz pliki rozszerzeń Complete ID Password Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Complete ID Password Manager Complete ID Password Manager
ID ibkjbkipccbniaknhdcmjmkjamnflkke
Oficjalny URL https://chromewebstore.google.com/detail/complete-id-password-mana/ibkjbkipccbniaknhdcmjmkjamnflkke
Opis An easy-to-use password manager for creating, keeping and using secure passwords.
Rozmiar pliku 6.34 MB
Liczba instalacji 984
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2022-05-10
Data Publikacji 2022-05-09
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper IDnotify
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.completeid.com/
Adres URL Strony Pomocy https://portal.completeid.com/c/app-support?RTN=90000101
Adres URL Strony Polityki Prywatności https://www.idnotify.com/privacy-policy
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}