Password Boss

Remember every password and and login to websites automatically.

Password Boss란 무엇입니까?

Password Boss은(는) https://passwordboss.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remember every password and and login to websites automatically."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Password Boss 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Password Boss remembers your passwords so you don't have to, and when you visit a website Password Boss automatically logs you in.

SAVES EVERY PASSWORD
- Keeps all of your passwords in one place
- Saves website passwords plus apps, WiFi, everything.
- Securely share passwords with people you trust

AUTOMATIC WEBSITE LOGIN
- Visit a website and be logged in automatically with nothing to type
- Saves new passwords in Password Boss automatically

PROTECTION FROM SECURITY BREACHES
- Creates unique, uncrackable passwords that are different for every website
- Security Score shows you your weak passwords

SIMPLIFIES ONLINE SHOPPING
- Use Password Boss to automatically fill in online forms with a single click
- Fills in payment details, shipping details and contact infoormation

SAFELY STORE DIGITAL RECORDS
- Save all of your digital ID's, insurance cards, notes and anything else that is important

Requires the Password Boss desktop application which can be downloaded from https://www.passwordboss.com

Questions?
Visit our Help Center at http://support.passwordboss.com
Privacy Policy - https://www.passwordboss.com/privacy-policy/                    

확장 프로그램 기본 정보

이름 Password Boss Password Boss
ID fdfemjpbhpcjeadhbblfifdldedefnhe
공식 URL https://chromewebstore.google.com/detail/password-boss/fdfemjpbhpcjeadhbblfifdldedefnhe
설명 Remember every password and and login to websites automatically.
파일 크기 356 KB
설치 횟수 23,042
현재 버전 5.5.5104
최근 업데이트 2022-10-11
출시 날짜 2020-01-14
평점 3.71/5 총 24 개의 평점
개발자 https://passwordboss.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.passwordboss.com
도움말 페이지 URL https://www.passwordboss.com/support
개인정보 보호 정책 페이지 URL https://www.passwordboss.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.passwordboss.com\/",
    "name": "__MSG_appName__",
    "version": "5.5.5104",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.passwordboss.com\/*"
        ]
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background\/background-chrome.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19-grey.png",
            "38": "images\/icon-38-grey.png"
        },
        "default_title": "Password Boss",
        "default_popup": "scripts\/content-script\/popups\/download\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "scripts\/content-script\/content-chrome.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "management",
        "nativeMessaging",
        "webNavigation",
        "contextMenus",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkMjnwG7X\/+4Goadlldi+cR4U86kKsdLVaPsyDz\/Qy79kA2SMtdLx+6Bp9BR8oLKyfwS1yCnqyz29iOx\/CMTDclJcrsrTbogR8IkDjzoc\/8idFWQHhnpecW+pE+lz2OItO4itK6msQ9P0wbZGGzz72FUXeETEUX1BOo2b2tWaLNBTlRPpV187Q+4g+B\/k6eRAxBxy+h95UArnC8PXAJRgLs0PJivdICfQXp6gnTV7oYQCV9PhWTk4gkadtcojA6Lbjdyup1NhtBzqnu6112+VbuaxuZp7PAn3EzQwqtGttXUzo7d2uPhVOIWrg9EzfoWILlO24UZeu6gm3KDfrGk+swIDAQAB",
    "web_accessible_resources": [
        "frame\/*"
    ]
}