VES

VES Key Storage - https://vesvault.com

VES क्या है?

VES https://vesvault.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VES Key Storage - https://vesvault.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VES एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
}