VES

VES Key Storage - https://vesvault.com

VESคืออะไร?

VES เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vesvault.com และคุณลักษณะหลักของมันคือ "VES Key Storage - https://vesvault.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VES

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}