ZPass

ZPass

什麼是ZPass?

ZPass是由META GUARD PTE. LTD.開發的Chrome擴展程式,該擴展的主要功能是“ZPass”。

擴展截圖

screenshot
screenshot
screenshot

下載ZPass擴展crx文件

下載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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}