Zoho Vault

Online password manager for teams to securely store, share and manage passwords and other sensitive data

Τι είναι το Zoho Vault;

Το Zoho Vault είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zoho.com, και η κύρια λειτουργία του είναι "Online password manager for teams to securely store, share and manage passwords and other sensitive data".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zoho Vault

Λήψη αρχείων επέκτασης Zoho Vault σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Zoho Vault - Free Password Manager
Zoho Vault's browser extension for Chrome gives you organized access to all your
passwords from one secure place. Vault can safely manage passwords for your
accounts, store and autofill your login credentials with one click across numerous
websites, and generate strong passwords for all new logins.
Efficiently manage your passwords in Chrome
The Zoho Vault extension acts as a handy Chrome password manager that allows users
to:
1. Generate strong, unique passwords for every account
2. Store unlimited passwords, notes, signed documents, bank details, and any other
type of sensitive information without storage restrictions
3. Organize passwords in folders for efficient access
4. Sync passwords across all Zoho Vault apps for free
5. View and access passwords offline in the absence of a stable internet
connection
Sleek features to make work easy and secure
Vault allows teams to collaborate efficiently without compromising on password safety.
By adopting Vault in your organization, you can:
1. Autofill your passwords across all websites and applications and improve your
overall productivity
2. Safely share passwords with multiple users and teams within your organization
3. Protect critical shared passwords using access control
4. Immediately revoke user access to passwords if necessary
Complete security for your passwords
Zoho Vault provides additional safety for your passwords over the default Chrome
password manager. With Vault, you will be able to:
1. Secure your passwords and other sensitive data with AES 256 encryption
2. Protect your password vault with a strong master password
3. Add additional security with multi-factor authentication
4. Set custom inactivity timeout for your account
Your data remains safe with you
Vault prompts every new user to create a strong master password to access their
password vault. Zoho Vault does not store this password in our servers and no one else
has access to your passwords, not even Zoho.  
Learn more about our security policy
Get started in minutes
1. Create a free Zoho account with your email address or authenticate with one of
your Google, Facebook, LinkedIn, or Twitter profiles.
2. Create a strong master password for your vault.
3. Add and manage passwords, notes, and other sensitive data from your personal
vault.
Get Zoho Vault for all your devices
Vault is more than just a Chrome password manager extension. You can access Vault
using any device (Desktop, Android, iOS, iPad, Apple Watch), from anywhere in the
world.
Download Vault on all your devices
Zoho Vault is free for personal use and extremely affordable for businesses. You can
upgrade your free account to any paid edition of Zoho Vault and access all features
ready-made for business password management. To learn more, connect with us at
[email protected] or visit https://zoho.com/vault/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Zoho Vault Zoho Vault
ID igkpcodhieompeloncfnbekccinhapdb
Επίσημο URL https://chromewebstore.google.com/detail/zoho-vault/igkpcodhieompeloncfnbekccinhapdb
Περιγραφή Online password manager for teams to securely store, share and manage passwords and other sensitive data
Μέγεθος Αρχείου 1.68 MB
Αριθμός Εγκαταστάσεων 133,808
Τρέχουσα Έκδοση 3.9.1
Τελευταία Ενημέρωση 2023-12-27
Ημερομηνία Δημοσίευσης 2020-05-24
Αξιολόγηση 3.70/5 Συνολικά 91 Αξιολογήσεις
Προγραμματιστής https://zoho.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.zoho.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zoho Vault",
    "version": "3.9.1",
    "action": {
        "default_icon": {
            "16": "\/images\/logo\/vault-16-disable.png",
            "32": "\/images\/logo\/vault-32-disable.png",
            "48": "\/images\/logo\/vault-48-disable.png",
            "64": "\/images\/logo\/vault-64-disable.png",
            "128": "\/images\/logo\/vault-128-disable.png",
            "256": "\/images\/logo\/vault-256-disable.png",
            "512": "\/images\/logo\/vault-512-disable.png",
            "1024": "\/images\/logo\/vault-1024-disable.png"
        },
        "default_title": "Zoho Vault",
        "default_popup": "\/html\/popup.html"
    },
    "default_locale": "en",
    "description": "Online password manager for teams to securely store, share and manage passwords and other sensitive data",
    "icons": {
        "16": "\/images\/logo\/vault-16.png",
        "32": "\/images\/logo\/vault-32.png",
        "48": "\/images\/logo\/vault-48.png",
        "64": "\/images\/logo\/vault-64.png",
        "128": "\/images\/logo\/vault-128.png",
        "256": "\/images\/logo\/vault-256.png",
        "512": "\/images\/logo\/vault-512.png",
        "1024": "\/images\/logo\/vault-1024.png"
    },
    "author": "Zoho Vault",
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/vault.zoho.com\/*",
                "https:\/\/vault.zoho.eu\/*",
                "https:\/\/vault.zoho.in\/*",
                "https:\/\/vault.zoho.com.au\/*",
                "https:\/\/vault.zoho.com.cn\/*",
                "https:\/\/vault.zoho.jp\/*",
                "https:\/\/vault.zohocloud.ca\/*"
            ],
            "js": [
                "\/lib\/jquery-3.3.1.min.js",
                "\/js\/content_scripts\/cs_main.out.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/vault.zoho.com\/app",
                "https:\/\/vault.zoho.eu\/app",
                "https:\/\/vault.zoho.in\/app",
                "https:\/\/vault.zoho.com.au\/app",
                "https:\/\/vault.zoho.com.cn\/app",
                "https:\/\/vault.zoho.jp\/app",
                "https:\/\/vault.zohocloud.ca\/app",
                "https:\/\/vault.zoho.com\/app?*",
                "https:\/\/vault.zoho.eu\/app?*",
                "https:\/\/vault.zoho.in\/app?*",
                "https:\/\/vault.zoho.com.au\/app?*",
                "https:\/\/vault.zoho.com.cn\/app?*",
                "https:\/\/vault.zoho.jp\/app?*",
                "https:\/\/vault.zohocloud.ca\/app?*"
            ],
            "js": [
                "\/js\/content_scripts\/vault_web.out.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: blob:; connect-src https:\/\/accounts.zoho.com https:\/\/contacts.zoho.com https:\/\/vault.zoho.com  https:\/\/accounts.zoho.eu https:\/\/contacts.zoho.eu https:\/\/vault.zoho.eu  https:\/\/accounts.zoho.in https:\/\/contacts.zoho.in https:\/\/vault.zoho.in  https:\/\/accounts.zoho.com.au https:\/\/contacts.zoho.com.au https:\/\/vault.zoho.com.au  https:\/\/accounts.zoho.com.cn https:\/\/contacts.zoho.com.cn https:\/\/vault.zoho.com.cn https:\/\/accounts.zoho.jp https:\/\/contacts.zoho.jp https:\/\/vault.zoho.jp https:\/\/accounts.zohocloud.ca https:\/\/contacts.zohocloud.ca https:\/\/vault.zohocloud.ca https:\/\/*.csez.zohocorpin.com https:\/\/*.csez.zohocorpin.com:* https:\/\/*.localzoho.com",
        "sandbox": "sandbox allow-scripts; script-src 'self'; "
    },
    "homepage_url": "https:\/\/vault.zoho.com\/app",
    "optional_permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "incognito": "spanning",
    "permissions": [
        "alarms",
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "notifications",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "idle",
        "webRequest",
        "webRequestAuthProvider",
        "offscreen"
    ],
    "devtools_page": "\/html\/tab\/devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/html\/ZVaultGetPP.html"
            ],
            "matches": [
                "https:\/\/vault.zoho.com\/*",
                "https:\/\/*.csez.zohocorpin.com\/*",
                "https:\/\/vault.localzoho.com\/*"
            ]
        },
        {
            "resources": [
                "\/images\/web_access\/*",
                "\/html\/tab\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}