N-able Passportal

N-able Passportal

O que é N-able Passportal?

N-able Passportal é uma extensão do Chrome desenvolvida por Passportal, e sua principal característica é "N-able Passportal".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão N-able Passportal

Baixe arquivos de extensão N-able Passportal 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

                        You can save all your usernames and passwords to N-able Passportal, and it will automatically log you in to your websites and sync your passwords to all of your devices.

Anywhere Access:
- Install the N-able Passportal browser extension on all computers
- Login using the same N-able Passportal account on any device

Improve Your Digital Identity Security:
- Generate unique and complex passwords
- Create new passwords as you sign up for sites
- Protect your Password App account with Multi-Factor Authentication

Save Everything:
- Store login usernames and passwords
- Manage everything from a simple, searchable “password vault”
- Add, edit, view, delete, and organize your websites

Why should you use Password App?
- Never forget a password
- Generate strong passwords that you don't have to remember 
- Passwords are automatically entered for you on your websites when loaded
- Share your passwords with co-workers in a secured manner
- Only remember 1 password!

My Password App uses AES-256 encryption with hundreds of rounds of encryption processed using SHA-256 hash keys.  Our team can never see or access your passwords.                    

Informações Básicas da Extensão

Nome N-able Passportal N-able Passportal
ID nakcddgmfmjmdbfahkkiijejmmfkfipc
URL Oficial https://chromewebstore.google.com/detail/n-able-passportal/nakcddgmfmjmdbfahkkiijejmmfkfipc
Descrição N-able Passportal
Tamanho do Arquivo 6.49 MB
Contagem de Instalações 41,241
Versão Atual 3.36.1
Última Atualização 2024-02-15
Data de Publicação 2020-05-27
Classificação 3.09/5 Total de 34 Avaliações
Desenvolvedor Passportal
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.solarwindsmsp.com/legal/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "Passportal",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "*.svg",
                "fonts\/webfonts\/fa-regular-400.eot",
                "fonts\/webfonts\/fa-regular-400.woff2",
                "fonts\/webfonts\/fa-regular-400.woff",
                "fonts\/webfonts\/fa-regular-400.ttf",
                "fonts\/webfonts\/fa-regular-400.svg",
                "pages\/frame.html",
                "pages\/passwordFrame.html",
                "pages\/passwordChange.html",
                "scripts\/content.js",
                "images\/extension-logo.png",
                "\/images\/globe.svg",
                "\/images\/key.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "privacy",
        "unlimitedStorage",
        "activeTab",
        "clipboardWrite",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/",
        "*:\/\/developer.mozilla.org\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*.passportalmsp.com\/*"
    ],
    "version": "3.36.1"
}