Indexx Wallet

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

Indexx Wallet란 무엇입니까?

Indexx Wallet은(는) Indexx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The first crypto wallet protecting you on Web3 without any compromises."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Indexx Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Indexx Wallet Indexx Wallet
ID fpibioaihcagphbidhodidjbnclocgll
공식 URL https://chromewebstore.google.com/detail/indexx-wallet/fpibioaihcagphbidhodidjbnclocgll
설명 The first crypto wallet protecting you on Web3 without any compromises.
파일 크기 36.44 MB
설치 횟수 102
현재 버전 1.0.1
최근 업데이트 2023-10-18
출시 날짜 2023-07-02
평점 5.00/5 총 2 개의 평점
개발자 Indexx
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://test.wallet2.indexx.ai/Indexx-wallet/privacy-policy
지원되는 언어 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"
}