ZPass

ZPass

ZPass là gì?

ZPass là một tiện ích mở rộng Chrome được phát triển bởi META GUARD PTE. LTD., và tính năng chính của nó là "ZPass".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZPass

Tải xuống các tệp mở rộng ZPass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZPass ZPass
ID eoioohbhgednnbpdfhpbaejfcafhjmnb
URL Chính Thức https://chromewebstore.google.com/detail/zpass/eoioohbhgednnbpdfhpbaejfcafhjmnb
Mô tả ZPass
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.5.22
Cập Nhật Lần Cuối 2022-09-22
Ngày Phát Hành 2022-03-20
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển META GUARD PTE. LTD.
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.zpassapp.com/
URL Trang Chính Sách Bảo Mật https://www.zpassapp.com/zero-password-app-privacy-notice
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}