N-able Passportal

N-able Passportal

N-able Passportal란 무엇입니까?

N-able Passportal은(는) Passportal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "N-able Passportal"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

N-able Passportal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 N-able Passportal N-able Passportal
ID nakcddgmfmjmdbfahkkiijejmmfkfipc
공식 URL https://chromewebstore.google.com/detail/n-able-passportal/nakcddgmfmjmdbfahkkiijejmmfkfipc
설명 N-able Passportal
파일 크기 6.49 MB
설치 횟수 41,241
현재 버전 3.36.1
최근 업데이트 2024-02-15
출시 날짜 2020-05-27
평점 3.09/5 총 34 개의 평점
개발자 Passportal
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.solarwindsmsp.com/legal/privacy
지원되는 언어 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"
}