Hypervault

A password manager for teams. Check out hypervault.com for more information.

什么是Hypervault?

Hypervault是由https://hypervault.com开发的Chrome扩展程序,该扩展的主要功能是“A password manager for teams. Check out hypervault.com for more information.”。

扩展截图

screenshot

下载Hypervault扩展crx文件

下载Hypervault扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hypervault is a Sensitive Data Manager helping teams and companies securely manage more than just passwords, in the most efficient way.                    

扩展基本信息

名称 Hypervault Hypervault
ID ibgdljgnoeaobeknnbhkeiddjabgpakm
官方URL https://chromewebstore.google.com/detail/hypervault/ibgdljgnoeaobeknnbhkeiddjabgpakm
简介 A password manager for teams. Check out hypervault.com for more information.
文件大小 659 KB
安装次数 233
当前版本 1.50
更新时间 2022-06-28
上架时间 2021-07-24
评分 5.00/5 共1次评分
开发者 https://hypervault.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hypervault.com
帮助页面URL https://help.hypervault.com
隐私政策页面URL https://www.hypervault.com/legal/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hypervault",
    "homepage_url": "https:\/\/hypervault.com",
    "description": "A password manager for teams. Check out hypervault.com for more information.",
    "version": "1.50",
    "permissions": [
        "storage",
        "windows",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "192": "android-chrome-192x192.png",
        "512": "android-chrome-512x512.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/fonts.gstatic.com https:\/\/fonts.googleapis.com; object-src 'self';",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/main.js"
            ],
            "css": [
                "assets\/css\/autocomplete-modal.css",
                "assets\/css\/autocomplete-trigger.css",
                "assets\/css\/save-login-modal.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "browser_action.html",
        "default_title": "Hypervault",
        "default_icon": {
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "192": "android-chrome-192x192.png",
            "512": "android-chrome-512x512.png"
        }
    },
    "web_accessible_resources": [
        "autocomplete.html",
        "save_login.html",
        "logo-greyscale.svg",
        "logo-greyscale-transparent.svg"
    ]
}