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…

什麼是XPLA Vault Wallet?

XPLA Vault Wallet是由MetaMagnet開發的Chrome擴展程式,該擴展的主要功能是“XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…”。

擴展截圖

screenshot

下載XPLA Vault Wallet擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 XPLA Vault Wallet XPLA Vault Wallet
ID ocjobpilfplciaddcbafabcegbilnbnb
官方網址 https://chromewebstore.google.com/detail/xpla-vault-wallet/ocjobpilfplciaddcbafabcegbilnbnb
簡介 XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…
檔案大小 2.52 MB
安裝次數 14,950
目前版本 1.2.7
更新時間 2024-01-25
上架時間 2022-08-19
評分 5.00/5 共 5 次評分
開發者 MetaMagnet
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://xpla.io/privacy-policy.html
支援的語言 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"
    ]
}