VES

VES Key Storage - https://vesvault.com

Cos'è VES?

VES è un'estensione di Chrome sviluppata da https://vesvault.com, e la sua funzione principale è "VES Key Storage - https://vesvault.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VES

Scarica i file di estensione VES in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VES VES
ID dngcghinbenldpioncpmigandfhapech
URL Ufficiale https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech
Descrizione VES Key Storage - https://vesvault.com
Dimensione del File 20.4 KB
Conteggio Installazioni 120
Versione Corrente 0.50
Ultimo Aggiornamento 2022-06-14
Data di Pubblicazione 2022-06-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://vesvault.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vesvault.com
URL della Pagina della Politica sulla Privacy https://www.vesvault.com/privacy
Lingue Supportate 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"
}