VES
VES Key Storage - https://vesvault.com
Wat is VES?
VES is een Chrome-extensie ontwikkeld door https://vesvault.com, en de belangrijkste functie is "VES Key Storage - https://vesvault.com".
Extensie Screenshots
Download het CRX-bestand van de extensie VES
Download VES-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
VES Chrome Extension works together with vesvault.com to provide a secure and reliable storage for end-to-end encryption keys, and thus minimize the risk of losing the keys to your VES account.
Basisinformatie over de Extensie
Naam | VES |
ID | dngcghinbenldpioncpmigandfhapech |
Officiële URL | https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech |
Beschrijving | VES Key Storage - https://vesvault.com |
Bestandsgrootte | 20.4 KB |
Aantal Installaties | 120 |
Huidige Versie | 0.50 |
Laatst Bijgewerkt | 2022-06-14 |
Publicatiedatum | 2022-06-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://vesvault.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://vesvault.com |
URL van de Privacybeleid Pagina | https://www.vesvault.com/privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VES", "description": "VES Key Storage - https:\/\/vesvault.com", "version": "0.50", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.vesvault.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.vesvault.com\/*" ] }, "background": { "service_worker": "worker.js" }, "icons": { "256": "vv-sq-black-256.png", "128": "vv-sq-black-128.png" }, "action": [], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; default-src 'self' https:\/\/vesvault.com" }, "incognito": "spanning" } |