Hypervault

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

Hypervault là gì?

Hypervault là một tiện ích mở rộng Chrome được phát triển bởi https://hypervault.com, và tính năng chính của nó là "A password manager for teams. Check out hypervault.com for more information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hypervault

Tải xuống các tệp mở rộng Hypervault dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hypervault Hypervault
ID ibgdljgnoeaobeknnbhkeiddjabgpakm
URL Chính Thức https://chromewebstore.google.com/detail/hypervault/ibgdljgnoeaobeknnbhkeiddjabgpakm
Mô tả A password manager for teams. Check out hypervault.com for more information.
Kích Thước Tệp 659 KB
Số Lần Cài Đặt 233
Phiên Bản Hiện Tại 1.50
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2021-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://hypervault.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hypervault.com
URL Trang Trợ Giúp https://help.hypervault.com
URL Trang Chính Sách Bảo Mật https://www.hypervault.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}