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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Internet Money | Crypto Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}