VES
VES Key Storage - https://vesvault.com
Vad är VES?
VES är en Chrome-tillägg utvecklad av https://vesvault.com, och dess huvudfunktion är "VES Key Storage - https://vesvault.com".
Tilläggsskärmbilder
Ladda ner VES-förlängningens CRX-fil
Ladda ner VES-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | VES |
ID | dngcghinbenldpioncpmigandfhapech |
Officiell webbadress | https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech |
Beskrivning | VES Key Storage - https://vesvault.com |
Filstorlek | 20.4 KB |
Antal Installationer | 120 |
Aktuell Version | 0.50 |
Senast Uppdaterad | 2022-06-14 |
Publiceringsdatum | 2022-06-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://vesvault.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://vesvault.com |
URL till Sekretesspolicy Sidan | https://www.vesvault.com/privacy |
Stödda Språk | 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" } |