Hypervault

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

Cos'è Hypervault?

Hypervault è un'estensione di Chrome sviluppata da https://hypervault.com, e la sua funzione principale è "A password manager for teams. Check out hypervault.com for more information.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hypervault

Scarica i file di estensione Hypervault in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Hypervault Hypervault
ID ibgdljgnoeaobeknnbhkeiddjabgpakm
URL Ufficiale https://chromewebstore.google.com/detail/hypervault/ibgdljgnoeaobeknnbhkeiddjabgpakm
Descrizione A password manager for teams. Check out hypervault.com for more information.
Dimensione del File 659 KB
Conteggio Installazioni 233
Versione Corrente 1.50
Ultimo Aggiornamento 2022-06-28
Data di Pubblicazione 2021-07-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://hypervault.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hypervault.com
URL della Pagina di Aiuto https://help.hypervault.com
URL della Pagina della Politica sulla Privacy https://www.hypervault.com/legal/privacy-policy
Lingue Supportate 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"
    ]
}