Koala Wallet

Crypto and NFTs made simple!

Co je Koala Wallet?

Koala Wallet je rozšíření Chrome vyvinuté Eucalyptus Labs, a jeho hlavní funkcí je „Crypto and NFTs made simple!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Koala Wallet

Stáhněte si soubory rozšíření Koala Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🐨 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.                    

Základní Informace o Rozšíření

Název Koala Wallet Koala Wallet
ID lnnnmfcpbkafcpgdilckhmhbkkbpkmid
Oficiální URL https://chromewebstore.google.com/detail/koala-wallet/lnnnmfcpbkafcpgdilckhmhbkkbpkmid
Popis Crypto and NFTs made simple!
Velikost souboru 12 MB
Počet instalací 34,013
Aktuální Verze 2.4.2
Poslední Aktualizace 2024-03-01
Datum Vydání 2023-07-31
Hodnocení 4.94/5 Celkem 1506 Hodnocení
Vývojář Eucalyptus Labs
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://koalawallet.io
URL Stránky Nápovědy https://support.koalawallet.io
URL Stránky Zásad Ochrany Soukromí https://eucalyptuslabs.com/privacy
Podporované Jazyky 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"
    }
}