ZPass

ZPass

Qu'est-ce que ZPass ?

ZPass est une extension Chrome développée par META GUARD PTE. LTD., et sa fonction principale est "ZPass".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ZPass

Téléchargez les fichiers d'extension ZPass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom ZPass ZPass
ID eoioohbhgednnbpdfhpbaejfcafhjmnb
URL Officiel https://chromewebstore.google.com/detail/zpass/eoioohbhgednnbpdfhpbaejfcafhjmnb
Description ZPass
Taille du Fichier 1.33 MB
Nombre d'Installations 32
Version Actuelle 1.5.22
Dernière Mise à Jour 2022-09-22
Date de Publication 2022-03-20
Évaluation 4.67/5 Total 3 Évaluations
Développeur META GUARD PTE. LTD.
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.zpassapp.com/
URL de la Page de Politique de Confidentialité https://www.zpassapp.com/zero-password-app-privacy-notice
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}