XPLA Vault Wallet

XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…

Co to jest XPLA Vault Wallet?

XPLA Vault Wallet to rozszerzenie Chrome opracowane przez MetaMagnet, a jego główną funkcją jest „XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia XPLA Vault Wallet

Pobierz pliki rozszerzeń XPLA Vault Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet.
Anyone can create their own personal digital wallets through XPLA Vault to effectively control and manage digital assets they own in XPLA’s ecosystem.

➤ Store and trade your digital assets on XPLA
XPLA Vault’s top-notch security features allow you to store your digital assets unconcerned. Experience an all-in-one system that lets you freely trade, control, and manage your digital assets with XPLA Vault. 

➤ More features are on the way!
Be on the lookout for what’s more to come in XPLA Vault!                    

Podstawowe informacje o rozszerzeniu

Nazwa XPLA Vault Wallet XPLA Vault Wallet
ID ocjobpilfplciaddcbafabcegbilnbnb
Oficjalny URL https://chromewebstore.google.com/detail/xpla-vault-wallet/ocjobpilfplciaddcbafabcegbilnbnb
Opis XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…
Rozmiar pliku 2.52 MB
Liczba instalacji 14,950
Aktualna Wersja 1.2.7
Ostatnia Aktualizacja 2024-01-25
Data Publikacji 2022-08-19
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper MetaMagnet
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://xpla.io/privacy-policy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "XPLA Vault Wallet",
    "version": "1.2.7",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon-32.png"
    },
    "options_ui": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "180": "icon-180.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}