Hypervault
A password manager for teams. Check out hypervault.com for more information.
Wat is Hypervault?
Hypervault is een Chrome-extensie ontwikkeld door https://hypervault.com, en de belangrijkste functie is "A password manager for teams. Check out hypervault.com for more information.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hypervault
Download Hypervault-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hypervault is a Sensitive Data Manager helping teams and companies securely manage more than just passwords, in the most efficient way.
Basisinformatie over de Extensie
Naam | Hypervault |
ID | ibgdljgnoeaobeknnbhkeiddjabgpakm |
Officiële URL | https://chromewebstore.google.com/detail/hypervault/ibgdljgnoeaobeknnbhkeiddjabgpakm |
Beschrijving | A password manager for teams. Check out hypervault.com for more information. |
Bestandsgrootte | 659 KB |
Aantal Installaties | 233 |
Huidige Versie | 1.50 |
Laatst Bijgewerkt | 2022-06-28 |
Publicatiedatum | 2021-07-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://hypervault.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hypervault.com |
Help Pagina-URL | https://help.hypervault.com |
URL van de Privacybeleid Pagina | https://www.hypervault.com/legal/privacy-policy |
Ondersteunde Talen | 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" ] } |