ZPass

ZPass

ZPassคืออะไร?

ZPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย META GUARD PTE. LTD. และคุณลักษณะหลักของมันคือ "ZPass"

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

screenshot
screenshot
screenshot

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

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

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

                        ZPass is a password protection and management tool. It secures all your valuable digital assets, including your personal vault items and the company vault items.
Companies no longer need to worry about leaks of the secret passwords or keys when they share or assign their valuable website and application accounts to their employees or partners.
Our features:
1. logs you in with a single click . Save time entering web login info with Autofill.
2. Securely share and assign Login information within company.
3. Autosave your passwords while browsing websites.
For more information, visit: https://www.zpassapp.com.
For Privacy Policy, visit: https://www.zpassapp.com/zpass-app-privacy-notice
Feel free to contact our customer support team with any questions you may have: [email protected]                    

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

ชื่อ ZPass ZPass
ID eoioohbhgednnbpdfhpbaejfcafhjmnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zpass/eoioohbhgednnbpdfhpbaejfcafhjmnb
คำอธิบาย ZPass
ขนาดไฟล์ 1.33 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.5.22
อัปเดตครั้งล่าสุด 2022-09-22
วันที่เผยแพร่ 2022-03-20
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา META GUARD PTE. LTD.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.zpassapp.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.zpassapp.com/zero-password-app-privacy-notice
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZPass",
    "description": "ZPass",
    "version": "1.5.22",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "icons": {
        "128": "images\/logo32.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo32.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/all.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "nativeMessaging",
        "privacy",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}