AuthPoint Password Manager

Never forget a password again! AuthPoint will make your life easier and passwords safer.

AuthPoint Password Managerคืออะไร?

AuthPoint Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WatchGuard Technologies, Inc และคุณลักษณะหลักของมันคือ "Never forget a password again! AuthPoint will make your life easier and passwords safer."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With the AuthPoint Password Manager, you can save your login credentials in a personal password vault so that the only password you have to remember is the vault password. AuthPoint uses modern cryptography to make sure that only you have access to your saved credentials. All sensitive data is encrypted and decrypted locally on your computer. The AuthPoint Password Manager only stores and synchronizes encrypted files, so no one can see your saved credentials.
 
The AuthPoint Password Manager can:
• Store your passwords so you don’t have to remember them
• Autofill your credentials when you log in
• Generate strong, unique passwords to protect your accounts
• Remotely log out from websites and secure your browsing history                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AuthPoint Password Manager AuthPoint Password Manager
ID ojlppiepkccjolgfenaebbfjicnljmnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/authpoint-password-manage/ojlppiepkccjolgfenaebbfjicnljmnd
คำอธิบาย Never forget a password again! AuthPoint will make your life easier and passwords safer.
ขนาดไฟล์ 4.43 MB
จำนวนการติดตั้ง 1,051
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-05-08
วันที่เผยแพร่ 2022-08-01
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา WatchGuard Technologies, Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.watchguard.com/
URL หน้าช่วยเหลือ https://www.watchguard.com/wgrd-support
URL หน้านโยบายความเป็นส่วนตัว https://www.watchguard.com/wgrd-about/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AuthPoint Password Manager",
    "short_name": "AuthPoint",
    "description": "Never forget a password again! AuthPoint will make your life easier and passwords safer.",
    "version": "1.0.5",
    "author": "Watchguard",
    "homepage_url": "https:\/\/www.watchguard.com\/",
    "background": {
        "service_worker": "src\/background\/service-worker-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/forge\/forge.js",
                "src\/content_scripts\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "src\/images\/icons\/icon-16.png",
        "48": "src\/images\/icons\/icon-48.png",
        "128": "src\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "browsingData",
        "storage",
        "cookies",
        "unlimitedStorage",
        "clipboardWrite",
        "bookmarks"
    ],
    "optional_permissions": [
        "contextMenus",
        "privacy"
    ],
    "action": {
        "default_icon": {
            "128": "src\/images\/icons\/icon-128.png"
        },
        "default_popup": "src\/ui\/index.html",
        "default_title": "AuthPoint Password Manager"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/images\/icons\/blank.png",
                "src\/content_scripts\/popup.html",
                "src\/content_scripts\/notification.html",
                "src\/images\/icons\/icon-32.png",
                "src\/images\/icons\/icon-32-i.png",
                "src\/images\/icons\/iconForce-32.png"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; img-src * data: ; object-src 'self'"
    }
}