ZPass

ZPass

ZPass क्या है?

ZPass META GUARD PTE. LTD. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ZPass"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ZPass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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