Intuitive Password®: Password Manager

Intuitive Password® streamlines your web login experience, allowing you to access any website with just a single click.

O que é Intuitive Password®: Password Manager?

Intuitive Password®: Password Manager é uma extensão do Chrome desenvolvida por https://www.intuitivepassword.com, e sua principal característica é "Intuitive Password® streamlines your web login experience, allowing you to access any website with just a single click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Intuitive Password®: Password Manager

Baixe arquivos de extensão Intuitive Password®: Password Manager 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

                        In today's digital age, where online accounts and personal data are at the forefront of our daily lives, safeguarding your digital identity is paramount. The key to a secure online existence lies in using unique, strong passwords for each of your accounts. But remembering these passwords can be an arduous task. Enter Intuitive Password, a military-grade password manager that streamlines your online experience by securely storing your passwords and confidential data. With Intuitive Password as your trusted guardian, you can enjoy enhanced online security and convenience like never before.

Intuitive Password isn't just for tech-savvy individuals—it's designed to cater to your needs, your family's, your friends', and everyone else's. Here's why it's the ultimate choice for safeguarding your digital identity:

1. Unlimited Access to Passwords
Say goodbye to password-related headaches. With Intuitive Password, you have unlimited access to your passwords on any device, including mobile devices. Your passwords are securely stored and readily available whenever and wherever you need them.

2. Single-Use Codes
Enhance your account security, especially when using public computers, with single-use codes. These unique codes replace your password during login and can be requested whenever needed, ensuring your account information remains safe.

3. Auto-Form Filler

Simplify your online life with one-click logins. Intuitive Password streamlines the login process, eliminating the need to manually enter usernames and passwords for each site.

4. Auto Logout
Stay protected against unauthorized access with the Auto Logout feature, which automatically logs you out after a period of inactivity. This added layer of security ensures that your account remains safe even if you forget to log out.

5. Security Dashboard
Gain insight into your password health at a glance. The Security Dashboard provides a comprehensive overview of your passwords, highlighting any dangerously weak or reused passwords stored in your Intuitive Password account.

6. Anti-Phishing Protection
Protect yourself against phishing scams by creating an anti-phishing message. This unique feature ensures that you're connecting to the official Intuitive Password platform, thwarting potential copycat fraud websites.

7. Search Facility
Locate passwords and secret notes effortlessly with the search facility, which enables you to search by keywords or tags, ensuring you can access your data when you need it most.

8. Geo-location Access Restriction
Take control of your account's access by specifying which countries can and cannot access it. This feature adds an extra layer of security by preventing logins from restricted countries.

9. Offline Access Mode
Access all your passwords without an internet connection, ensuring you're always prepared, whether you're using a smartphone, tablet, laptop, or desktop PC.

10. Data Importing & Exporting
Easily migrate your passwords from other password managers to Intuitive Password. Furthermore, the platform provides a straightforward way to create a non-encrypted data copy for transferring to other applications.

11. Email Security Notifications
Stay informed about any changes to your account with security notifications. These alerts keep you in the loop about credential changes or unauthorized login attempts, adding an extra layer of vigilance.

12. Two-Factor Authentication
Double down on your account security with two-factor authentication. Before gaining access to your account, you'll receive an SMS code, further fortifying your defense against unauthorized access.

In a world where digital threats loom large, Intuitive Password stands as a beacon of security and convenience. Trust in Intuitive Password to be your steadfast companion in the realm of online security, simplifying your digital life while fortifying your defenses against cyber threats.

Learn about more features and get Intuitive Password military-grade password manager for all browsers from www.intuitivepassword.com                    

Informações Básicas da Extensão

Nome Intuitive Password®: Password Manager Intuitive Password®: Password Manager
ID nipbjcbmgolllplmbdhcppiknjdlnmfp
URL Oficial https://chromewebstore.google.com/detail/intuitive-password%C2%AE-passw/nipbjcbmgolllplmbdhcppiknjdlnmfp
Descrição Intuitive Password® streamlines your web login experience, allowing you to access any website with just a single click.
Tamanho do Arquivo 26.63 MB
Contagem de Instalações 140
Versão Atual 6.0.1
Última Atualização 2023-10-03
Data de Publicação 2020-01-27
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.intuitivepassword.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.intuitivepassword.com/en/Products/Personal
URL da Página de Ajuda https://www.intuitivepassword.com/en/Resources/Faq
URL da Página de Política de Privacidade https://www.intuitivepassword.com/Company/PrivacyStatement
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "102.0",
    "name": "Intuitive Password\u00ae: Password Manager",
    "author": "Intuitive Security Systems Pty. Ltd.",
    "description": "Intuitive Password\u00ae streamlines your web login experience, allowing you to access any website with just a single click.",
    "homepage_url": "https:\/\/www.intuitivepassword.com",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "6.0.1",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/fonts\/fonts\/*.woff2",
                "\/content\/fonts\/css\/*.css",
                "\/content\/fontawesome\/webfonts\/*.woff",
                "\/content\/fontawesome\/webfonts\/*.woff2",
                "\/content\/fontawesome\/webfonts\/*.eot",
                "\/content\/fontawesome\/webfonts\/*.svg",
                "\/content\/fontawesome\/webfonts\/*.ttf",
                "\/content\/fontawesome\/css\/*.css",
                "\/pop.html",
                "\/websitetraining.html",
                "\/loginsaveform.html",
                "\/adminpreferences.html",
                "\/inlinefieldpop.html",
                "\/messagewindow.html",
                "\/loginreminder.html",
                "\/privacyconsent.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "pop.html",
        "default_title": "Intuitive Password\u00ae: Password Manager"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "events": [
            {
                "name": "onActivated"
            },
            {
                "name": "onUpdated"
            },
            {
                "name": "onRemoved"
            }
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/core\/jquery.js",
                "\/core\/web.config.js",
                "\/core\/language.js",
                "\/core\/jquery.crypto.aes.js",
                "\/core\/dom-purify.js",
                "\/core\/ion.rangeSlider.js",
                "\/core\/hashes.js",
                "\/foundation\/passwordrating.js",
                "\/foundation\/passwordrating-banlist.js",
                "\/foundation\/passwordgenerator.js",
                "\/foundation\/formdetection.js",
                "\/foundation\/formfilllogic-v1.js",
                "\/foundation\/formfilllogic-v2.js",
                "\/foundation\/formfilllogic-v3.js",
                "\/foundation\/formfilllogic-v5.js",
                "\/foundation\/client-specific.js",
                "\/scripts\/common.js",
                "\/scripts\/common-dom.js",
                "\/scripts\/content.js",
                "\/scripts\/mobile-specific.js",
                "\/scripts\/websitetraining.js",
                "\/scripts\/inlinefieldpop.js",
                "\/scripts\/adminpreferences.js",
                "\/scripts\/loginreminder.js"
            ],
            "css": [
                "\/content\/fonts\/css\/fonts.css",
                "\/content\/fontawesome\/css\/all.min.css",
                "\/content\/AppTheme.Enterprise.css",
                "\/content\/ion.rangeSlider.css",
                "\/content\/global.css",
                "\/content\/content.css"
            ]
        }
    ],
    "incognito": "not_allowed",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}