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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}