VES

VES Key Storage - https://vesvault.com

什麼是VES?

VES是由https://vesvault.com開發的Chrome擴展程式,該擴展的主要功能是“VES Key Storage - https://vesvault.com”。

擴展截圖

screenshot

下載VES擴展crx文件

下載VES擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VES VES
ID dngcghinbenldpioncpmigandfhapech
官方網址 https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech
簡介 VES Key Storage - https://vesvault.com
檔案大小 20.4 KB
安裝次數 120
目前版本 0.50
更新時間 2022-06-14
上架時間 2022-06-09
評分 5.00/5 共 1 次評分
開發者 https://vesvault.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vesvault.com
隱私政策頁面URL https://www.vesvault.com/privacy
支援的語言 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"
}