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