SecureSafe Password Manager

Use the SecureSafe password manager to keep track of your ever-growing list of passwords.

SecureSafe Password Manager란 무엇입니까?

SecureSafe Password Manager은(는) DSwiss AG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the SecureSafe password manager to keep track of your ever-growing list of passwords."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ––––––––––––––––––––––––––––––––––––––––––––––
With the SecureSafe Browser Extension, you can log into websites, online stores or web applications directly from your browser.

––––––––––––––––––––––––––––––––––––––––––––––

How do I log in to the SecureSafe Password Manager from my browser?

Open the SecureSafe password manager by clicking on the SecureSafe icon in the top right-hand corner of the browser bar. Now log in with your SecureSafe username and password. If you do not yet have a SecureSafe account, you can register for free via our web or mobile app.

––––––––––––––––––––––––––––––––––––––––––––––

How can I automatically insert passwords in the login field?

Search for the password entry using the search field. Select the desired password entry with the mouse and click on the "Fill in" button to automatically populate the login fields.                    

확장 프로그램 기본 정보

이름 SecureSafe Password Manager SecureSafe Password Manager
ID phdlikmfdicjbgbeppbffcgidpneifbp
공식 URL https://chromewebstore.google.com/detail/securesafe-password-manag/phdlikmfdicjbgbeppbffcgidpneifbp
설명 Use the SecureSafe password manager to keep track of your ever-growing list of passwords.
파일 크기 3.29 MB
설치 횟수 7,132
현재 버전 1.2.2
최근 업데이트 2023-10-05
출시 날짜 2022-09-05
평점 3.55/5 총 11 개의 평점
개발자 DSwiss AG
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.securesafe.com
도움말 페이지 URL https://www.securesafe.com/en/support/
개인정보 보호 정책 페이지 URL https://www.securesafe.com/en/data-protection-notes
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "DSwiss Ltd.",
    "manifest_version": 3,
    "icons": {
        "36": "ui\/assets\/icons\/icon-36x36.png",
        "48": "ui\/assets\/icons\/icon-48x48.png",
        "72": "ui\/assets\/icons\/icon-72x72.png",
        "96": "ui\/assets\/icons\/icon-96x96.png",
        "144": "ui\/assets\/icons\/icon-144x144.png"
    },
    "action": {
        "default_icon": {
            "36": "ui\/assets\/icons\/icon-36x36.png",
            "48": "ui\/assets\/icons\/icon-48x48.png",
            "72": "ui\/assets\/icons\/icon-72x72.png",
            "96": "ui\/assets\/icons\/icon-96x96.png",
            "144": "ui\/assets\/icons\/icon-144x144.png"
        },
        "default_title": "SecureSafe Password Manager",
        "default_popup": "ui\/index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content\/index.js",
                "ui\/assets\/*",
                "ui\/index.html"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "name": "SecureSafe Password Manager",
    "description": "Use the SecureSafe password manager to keep track of your ever-growing list of passwords.",
    "version": "1.2.2",
    "default_locale": "en"
}