Indexx Wallet

The first crypto wallet protecting you on Web3 without any compromises.

Co to jest Indexx Wallet?

Indexx Wallet to rozszerzenie Chrome opracowane przez Indexx, a jego główną funkcją jest „The first crypto wallet protecting you on Web3 without any compromises.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Indexx Wallet

Pobierz pliki rozszerzeń Indexx Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Introducing Indexx Web3 Wallet: Your Ultimate Solution for Crypto Transactions and DApp Integration

Experience the revolutionary Indexx Web3 Wallet, a next-generation cryptocurrency wallet that prioritizes your security and seamlessly integrates with decentralized applications (dApps). We have taken your feedback to heart and made several enhancements to ensure an even better user experience. Here's what's new:

Uncompromising Security: Our primary focus is safeguarding your digital assets. The Indexx Web3 Wallet utilizes state-of-the-art encryption algorithms and multi-factor authentication to provide you with industry-leading security. Your private keys are securely stored on your device, ensuring you remain in complete control of your funds.

Seamless User Interface: We have revamped the user interface to be more intuitive and user-friendly. With a sleek and modern design, you can effortlessly navigate through various features and access your funds, buy/sell cryptocurrencies, and manage your portfolio with ease.

Enhanced DApp Integration: Indexx Web3 Wallet now offers seamless integration with a wide range of decentralized applications. Discover and explore the thriving world of dApps without any friction. Easily interact with popular DeFi protocols, participate in decentralized exchanges, and explore the rapidly growing NFT market.

Cross-Platform Compatibility: We understand the importance of accessibility, which is why Indexx Web3 Wallet is compatible with multiple platforms. Whether you prefer using it on your desktop, laptop, or mobile device, our wallet ensures a consistent experience across all platforms. Your wallet is always just a few clicks away, no matter where you are.

Advanced Transaction Features: We have introduced advanced transaction features to provide you with more control and flexibility. Set custom gas fees, manage transaction speeds, and track the status of your transactions in real-time. Say goodbye to network congestion and take charge of your crypto transactions.

Enhanced Privacy Options: We value your privacy. With Indexx Web3 Wallet, you have the option to customize your privacy settings according to your preferences. Maintain anonymity when desired, or share specific transaction details for audit purposes. The choice is yours.

Robust Customer Support: We take pride in offering top-notch customer support. Our dedicated team is available 24/7 to assist you with any questions or concerns you may have. Whether you need help recovering your wallet or have queries about a specific dApp integration, we are here to provide you with prompt and reliable support.

Community-Driven Development: We believe in the power of collaboration. As a community-driven platform, we actively listen to your feedback and implement improvements accordingly. We regularly release updates and new features based on user suggestions, ensuring that Indexx Web3 Wallet remains at the forefront of innovation.

Experience the future of cryptocurrency wallets with Indexx Web3 Wallet. Start protecting your digital assets today while seamlessly integrating with the decentralized world. Join thousands of satisfied users who are revolutionizing their crypto experience. Download Indexx Web3 Wallet now and embrace the future of decentralized finance.                    

Podstawowe informacje o rozszerzeniu

Nazwa Indexx Wallet Indexx Wallet
ID fpibioaihcagphbidhodidjbnclocgll
Oficjalny URL https://chromewebstore.google.com/detail/indexx-wallet/fpibioaihcagphbidhodidjbnclocgll
Opis The first crypto wallet protecting you on Web3 without any compromises.
Rozmiar pliku 36.44 MB
Liczba instalacji 102
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-10-18
Data Publikacji 2023-07-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Indexx
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://test.wallet2.indexx.ai/Indexx-wallet/privacy-policy
Obsługiwane Języki id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png",
            "512": "images\/icon-512.png"
        },
        "default_title": "Indexx Wallet",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/indexx.ai",
    "background": {
        "service_worker": "app-init.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "disable-console.js",
                "globalthis.js",
                "lockdown-install.js",
                "lockdown-run.js",
                "lockdown-more.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "The first crypto wallet protecting you on Web3 without any compromises.",
    "host_permissions": [
        "http:\/\/localhost:8545\/",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "Indexx Wallet",
    "permissions": [
        "activeTab",
        "alarms",
        "clipboardWrite",
        "notifications",
        "scripting",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "short_name": "Indexx Wallet",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/metamask.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88",
    "version": "1.0.1"
}