VES
VES Key Storage - https://vesvault.com
What is VES?
VES is a Chrome extension developed by https://vesvault.com, and its main feature is "VES Key Storage - https://vesvault.com".
Extension Screenshots
Download VES Extension CRX File
Download VES extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VES |
ID | dngcghinbenldpioncpmigandfhapech |
Official URL | https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech |
Description | VES Key Storage - https://vesvault.com |
File Size | 20.4 KB |
Installation Count | 120 |
Current Version | 0.50 |
Last Updated | 2022-06-14 |
Publish Date | 2022-06-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://vesvault.com |
[email protected] | |
Payment Type | free |
Extension Website | https://vesvault.com |
Privacy Policy Page URL | https://www.vesvault.com/privacy |
Supported Languages | 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" } |