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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}