N-able Passportal

N-able Passportal

Qu'est-ce que N-able Passportal ?

N-able Passportal est une extension Chrome développée par Passportal, et sa fonction principale est "N-able Passportal".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension N-able Passportal

Téléchargez les fichiers d'extension N-able Passportal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom N-able Passportal N-able Passportal
ID nakcddgmfmjmdbfahkkiijejmmfkfipc
URL Officiel https://chromewebstore.google.com/detail/n-able-passportal/nakcddgmfmjmdbfahkkiijejmmfkfipc
Description N-able Passportal
Taille du Fichier 6.49 MB
Nombre d'Installations 41,241
Version Actuelle 3.36.1
Dernière Mise à Jour 2024-02-15
Date de Publication 2020-05-27
Évaluation 3.09/5 Total 34 Évaluations
Développeur Passportal
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.solarwindsmsp.com/legal/privacy
Langues Prises en Charge 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"
}