SecureSafe Password Manager

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

SecureSafe Password Managerคืออะไร?

SecureSafe Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DSwiss AG และคุณลักษณะหลักของมันคือ "Use the SecureSafe password manager to keep track of your ever-growing list of passwords."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SecureSafe Password Manager

ดาวน์โหลดไฟล์ส่วนขยาย SecureSafe Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ––––––––––––––––––––––––––––––––––––––––––––––
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"
}