Zoho Vault
Online password manager for teams to securely store, share and manage passwords and other sensitive data
Zoho Vault란 무엇입니까?
Zoho Vault은(는) https://zoho.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online password manager for teams to securely store, share and manage passwords and other sensitive data"입니다.
확장 프로그램 스크린샷
Zoho Vault 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } ] } |