VES
VES Key Storage - https://vesvault.com
O que é VES?
VES é uma extensão do Chrome desenvolvida por https://vesvault.com, e sua principal característica é "VES Key Storage - https://vesvault.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VES
Baixe arquivos de extensão VES no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | VES |
ID | dngcghinbenldpioncpmigandfhapech |
URL Oficial | https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech |
Descrição | VES Key Storage - https://vesvault.com |
Tamanho do Arquivo | 20.4 KB |
Contagem de Instalações | 120 |
Versão Atual | 0.50 |
Última Atualização | 2022-06-14 |
Data de Publicação | 2022-06-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://vesvault.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://vesvault.com |
URL da Página de Política de Privacidade | https://www.vesvault.com/privacy |
Idiomas Suportados | 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" } |