Avana Wallet - Solana Wallet

Solana blockchain non-custodial wallet that enables your browser to connect with Web3 Dapps and the Solana network.

Avana Wallet - Solana Walletคืออะไร?

Avana Wallet - Solana Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://avanawallet.com และคุณลักษณะหลักของมันคือ "Solana blockchain non-custodial wallet that enables your browser to connect with Web3 Dapps and the Solana network."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Avana Wallet is a feature-rich Solana wallet for your browser that connects you to the Solana blockchain, Web3 dapps, DeFi, NFTs, gaming (GameFi), and cryptocurrency tokens and coins. 
 
Avana Wallet is friendly and easy to use. Create and manage multiple Solana wallet self-custody accounts with just a few clicks. Automatically organize all your NFT collections in one place. 

Avana Wallet is built with privacy and security as a top priority. Your self-custody private keys are encrypted and stored on your device. You always retain full control of your crypto accounts with non-custodial wallets, and no one other than you has access to your crypto account private keys. 
 
The following hardware wallet models are fully supported:
- Ledger Nano S
- Ledger Nano S Plus 
- Ledger Nano X
 
Avana Wallet connects you to the emerging world of Web3 and crypto:
- Collect, mint and store NFT collectibles
- Easily import existing accounts from Phantom, Solflare, Glow, Slope, and Backpack
- Participate in Decentralized Autonomous Organizations (DAOs)
- Explore wide ecosystem of Decentralized Apps (Dapps)
- Send, receive, and swap SPL tokens (coins)
- Fully compatible with Solana Name Service (.sol domain names)
- Easy liquid staking
- Two-factor authentication account protection
- Create a personalized address book for contacts
- Over 30 languages supported
- Cloud Sync to sync your accounts to Avana Wallet mobile app for iOS and Android
- and more                    

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

ชื่อ Avana Wallet - Solana Wallet Avana Wallet - Solana Wallet
ID ajnodjmfajgabkmeididajpkoobeiofn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/avana-wallet-solana-walle/ajnodjmfajgabkmeididajpkoobeiofn
คำอธิบาย Solana blockchain non-custodial wallet that enables your browser to connect with Web3 Dapps and the Solana network.
ขนาดไฟล์ 4.42 MB
จำนวนการติดตั้ง 698
เวอร์ชันปัจจุบัน 0.3.18
อัปเดตครั้งล่าสุด 2022-12-14
วันที่เผยแพร่ 2022-06-02
คะแนน 4.93/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา http://avanawallet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.avanawallet.com/
URL หน้าช่วยเหลือ https://www.avanawallet.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.avanawallet.com/legal
ภาษาที่รองรับ id,ms,de,en,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,ru,uk,hi,ta,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3.18",
    "short_name": "__MSG_appName__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "media\/branding\/icon\/icon-16.png",
        "19": "media\/branding\/icon\/icon-19.png",
        "32": "media\/branding\/icon\/icon-32.png",
        "38": "media\/branding\/icon\/icon-38.png",
        "48": "media\/branding\/icon\/icon-48.png",
        "64": "media\/branding\/icon\/icon-64.png",
        "128": "media\/branding\/icon\/icon-128.png",
        "192": "media\/branding\/icon\/icon-192.png",
        "512": "media\/branding\/icon\/icon-512.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+A",
                "mac": "Alt+Shift+A",
                "chromeos": "Alt+Shift+A",
                "linux": "Alt+Shift+A"
            }
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Avana Wallet",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "media\/branding\/icon\/icon-16.png",
            "19": "media\/branding\/icon\/icon-19.png",
            "32": "media\/branding\/icon\/icon-32.png",
            "38": "media\/branding\/icon\/icon-38.png",
            "48": "media\/branding\/icon\/icon-48.png",
            "64": "media\/branding\/icon\/icon-64.png",
            "128": "media\/branding\/icon\/icon-128.png",
            "192": "media\/branding\/icon\/icon-192.png",
            "512": "media\/branding\/icon\/icon-512.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
    },
    "minimum_chrome_version": "88"
}