HAVAH Wallet

Unleash your NFTs in the infinite Metaverse

HAVAH Walletคืออะไร?

HAVAH Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HAVAH และคุณลักษณะหลักของมันคือ "Unleash your NFTs in the infinite Metaverse"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย HAVAH Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HAVAH Wallet is an extension program for using distributed applications on the HAVAH Network.

HAVAH Wallet encrypts and stores the Public key and the mnemonic phrase, which are considered essential information to manage various digital assets in the individual's local storage and does not separately back up or upload the information to its own online storage. 

The functions of the online digital Wallet includes, but is not limited to, transfers, exchanges, and transactions, and the Wallet’s services may be expanded through updates.

HAVAH Wallet docs : https://docs.havah.io/havahwallet/
HAVAH Platform : https://www.havah.io/
HAVAH Scan : https://scan.havah.io/
HAVAH Mitter : https://mitter.havah.io/bridge/nft
HAVAH Intro : https://intro.havah.io/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HAVAH Wallet HAVAH Wallet
ID cnncmdhjacpkmjmkcafchppbnpnhdmon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/havah-wallet/cnncmdhjacpkmjmkcafchppbnpnhdmon
คำอธิบาย Unleash your NFTs in the infinite Metaverse
ขนาดไฟล์ 16.74 MB
จำนวนการติดตั้ง 107,513
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2022-10-07
คะแนน 4.08/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา HAVAH
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.havah.io/
URL หน้าช่วยเหลือ https://discord.com/invite/havahofficial
URL หน้านโยบายความเป็นส่วนตัว https://drive.google.com/file/d/10EBwM28fATE80cvOqenaxLk4zLWkcwiA/view?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HAVAH Wallet",
    "version": "2.3.1",
    "description": "Unleash your NFTs in the infinite Metaverse",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_title": "Unleash your NFTs in the infinite Metaverse",
        "default_icon": {
            "16": "icon-16x16.png",
            "32": "icon-32x32.png",
            "48": "icon-48x48.png",
            "128": "icon-120x120.png"
        }
    },
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-120x120.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/bridge.dcentwallet.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "icon-16x16.png",
                "icon-32x32.png",
                "icon-48x48.png",
                "icon-120x120.png",
                "src\/pages\/inpage\/index.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/pages\/content\/index.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/js\/Content-script-loader.index.chunk.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/bridge.dcentwallet.com\/*"
    ]
}