Koala Wallet

Crypto and NFTs made simple!

Apa itu Koala Wallet?

Koala Wallet adalah ekstensi Chrome yang dikembangkan oleh Eucalyptus Labs, dan fitur utamanya adalah "Crypto and NFTs made simple!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Koala Wallet

Unduh file ekstensi Koala Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        🐨 Koala Wallet: Your Gateway to the world of Crypto! 🌐

Embrace and explore multiple blockchains with Koala Wallet - the ultimate app for buying, sending, receiving, and securely storing all your NFTs and Crypto.

Get your FREE Koala Wallet now!

🔑 YOUR KEYS, YOUR COINS
Dive into the world of crypto with Koala Wallet, a non-custodial solution that puts you in control of your funds and private keys.

🛡️ MULTICOIN SUPPORT
Experience unmatched security and privacy with our mobile wallet which supports Ethereum (ETH), QUAI, Kadena (KDA), ERC20 tokens and more!

📲 BUY, SEND & RECEIVE
Effortlessly Buy, send and receive assets with just a tap using our secure and user-friendly app.

🆓 FEE FREE
Koala Wallet is COMPLETELY free to use. There are no hidden fees to pay.

🔖 CRYPTO DOMAIN SUPPORT
Forget long addresses - Koala Wallet streamlines the process with domain resolution, More providers will be supported soon!

🎨 NFT JUNGLE!
Collect, manage, and showcase your favorite NFTs in a visually stunning display.

💱 CONVERT IT!
Easily swap between a range of cryptocurrencies without leaving your wallet. Select the pair you want to exchange and Koala will find you the best rate available through our integrated partners.

🔎 ECOSYSTEM EXPLORER
Want to learn more about a specific ecosystem? Look no further, visit the ECO page in the app to be presented with a wealth of top dApps and info for your perusal.

🔗 WalletConnect v2
Take your dApp experience to the big screen! Use WalletConnect to explore a range of dApps across a number of different blockchains on a desktop web browser, all while keeping your private keys safe. 

🔒 PRIVACY-FIRST
No trackers, no ads. Your personal information, wallet addresses, and asset balances remain private. Koala Wallet has zero trackers and and zero access to your wallets.

🌟 24/7 WORLD-CLASS SUPPORT
Reach our top-tier crypto support team anytime via Twitter @KoalaWallet or email [email protected].

🔒 SECURE KEYBOARD
Our proprietary keyboard ensures maximum security during recovery phrase and PIN entry.

🎁 FEATURE HIGHLIGHTS
✅ Instant transaction notifications
✅ Contact book for quick access
✅ dApp support
✅ Local currency display
✅ Multilingual: English, Mandarin, Hindi, Spanish, French, & more!
✅ Biometrics enabled
✅ Screenshot protection
✅ Domain resolution support
✅ Asset sorting: Sort by name and value

🚀 EXPERT DESIGN & ENGINEERING
Koala Wallet combines top-notch design and engineering, backed by an experienced crypto industry team.

📖 ABOUT KOALA WALLET
Established in 2022 by Eucalyptus Labs, Koala Wallet offers a simple, secure, and trusted path towards financial freedom in the evolving space of blockchain ecosystems.                    

Informasi Dasar Ekstensi

Nama Koala Wallet Koala Wallet
ID lnnnmfcpbkafcpgdilckhmhbkkbpkmid
URL Resmi https://chromewebstore.google.com/detail/koala-wallet/lnnnmfcpbkafcpgdilckhmhbkkbpkmid
Deskripsi Crypto and NFTs made simple!
Ukuran File 12 MB
Jumlah Instalasi 34,013
Versi Saat Ini 2.4.2
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2023-07-31
Penilaian 4.94/5 Total 1506 Penilaian
Pengembang Eucalyptus Labs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://koalawallet.io
URL Halaman Bantuan https://support.koalawallet.io
URL Halaman Kebijakan Privasi https://eucalyptuslabs.com/privacy
Bahasa yang Didukung id,de,en,fr,tr,es,pl,pt-BR,ro,el,ru,uk,iw,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.4.2",
    "author": "[email protected]",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxxziw+lmSAcCYVUII\/J3hKNFZ8SDH6hJ\/TAAL3XaRKm+kLYCTEExb0IA+G3YOj7tyyBwxJZ1twfmYMQLuaN9WTl+JMNPVACPk5MFG4dJiFzyGyiD3e9+5YA7zyhADINZsKKkdtdgAmeR3APuePsxWUDxxtN3iOCy2deb6FqemNPlLTuNGGc+n435s96buluRQ7p1qgkU1UZ2f46O5t8WB4uKtXqt+bjC1Uus5RkGNI6iXp1k0gZwuH6Akgn7jpr8sJJmOlx2hssJtJKhD0fneoUuHHZ8cHGHrFOJDzrtaBe7fL64xAwBijMR9bDgB2RR3PZ92gjER\/ZeguXsZEa4RwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "background": {
        "service_worker": "dist\/service_worker.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/192.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}