Internet Money | Crypto Wallet

We collect NO DATA from our users and we are extremely security focused. Dedicated to building financial freedom tools relevant…

Internet Money | Crypto Wallet란 무엇입니까?

Internet Money | Crypto Wallet은(는) Decentralized Innovations, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We collect NO DATA from our users and we are extremely security focused. Dedicated to building financial freedom tools relevant…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Internet Money | Crypto Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We collect NO DATA from our users and we are extremely security focused.

Dedicated to building financial freedom tools relevant for users of any experience level. The Internet Money Wallet is a Multi-Chain EVM Crypto Wallet. We support all Ethereum based blockchains/networks.

The Internet Money Wallet is the first tokenized crypto wallet of its kind - 100% of the fees the wallet generates are distributed to TIME token holders (learn more at https://internetmoney.io/time).

TRANSACT
• Send, receive and swap tokens/coins
• Multi DEX quotes every swap to ensure that you are getting the most tokens/coins when you trade.
• Swap between all tokens!
•  Safely connect and transact with your Ledger and Trezor Hardware Wallets
• Connect to all of your favorite dApps using wallet connect

MANAGE
• Manage all of your crypto accounts
• See the value of all of your accounts
• Price tracking for all assets
• Track and export transaction history

NETWORKS
• Pre-loaded networks
• Custom RPC support, giving you the ability to add ANY EVM network
• Seamlessly switch between networks

CLAIM Dividends
• TIME Holders can view their holdings and dividends earnings
• Claim available dividends as frequently as you choose
• 100% of wallet fees are distributed to TIME holders. No locking or staking.

LEARN
• Access to helpful links, articles, and videos

GET HELP
• We are with you every step of the way
• Reach out to us directly through the app
• Join our community for active conversation and engagement (t.me/internetmoneyio)

Thank you for giving us the opportunity to be your crypto wallet!                    

확장 프로그램 기본 정보

이름 Internet Money | Crypto Wallet Internet Money | Crypto Wallet
ID ckklhkaabbmdjkahiaaplikpdddkenic
공식 URL https://chromewebstore.google.com/detail/internet-money-crypto-wal/ckklhkaabbmdjkahiaaplikpdddkenic
설명 We collect NO DATA from our users and we are extremely security focused. Dedicated to building financial freedom tools relevant…
파일 크기 3.33 MB
설치 횟수 6,000
현재 버전 1.22
최근 업데이트 2024-02-14
출시 날짜 2022-11-21
평점 4.94/5 총 31 개의 평점
개발자 Decentralized Innovations, LLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://internetmoney.io
도움말 페이지 URL https://t.me/internetmoneyio
개인정보 보호 정책 페이지 URL https://internetmoney.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Internet Money | Crypto Wallet",
    "description": "",
    "version": "1.22.0",
    "version_name": "1.22",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/internetmoney.io\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "content-scripts\/trezor.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "16": "IM-logo.png",
        "48": "IM-logo.png",
        "128": "IM-logo.png"
    }
}