VES

VES Key Storage - https://vesvault.com

Apa itu VES?

VES adalah ekstensi Chrome yang dikembangkan oleh https://vesvault.com, dan fitur utamanya adalah "VES Key Storage - https://vesvault.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VES

Unduh file ekstensi VES dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VES VES
ID dngcghinbenldpioncpmigandfhapech
URL Resmi https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech
Deskripsi VES Key Storage - https://vesvault.com
Ukuran File 20.4 KB
Jumlah Instalasi 120
Versi Saat Ini 0.50
Terakhir Diperbarui 2022-06-14
Tanggal Publikasi 2022-06-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://vesvault.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://vesvault.com
URL Halaman Kebijakan Privasi https://www.vesvault.com/privacy
Bahasa yang Didukung 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"
}