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.
Eメール [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": [
        "*:\/\/*\/*"
    ]
}