USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

Wat is USDC Wallet?

USDC Wallet is een Chrome-extensie ontwikkeld door Stablecoin Blockchain Research, en de belangrijkste functie is "Enjoy the advantages of a dollar-pegged cryptocurrency".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie USDC Wallet

Download USDC Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        For the curious! The easiest way to discover web3 applications!

USDC Wallet is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the ERC20 blockchain.

In addition to sending and receiving funds, USDC  also allows you to securely connect and interact with decentralized applications (Dapps) on the ERC20 blockchain and other chains.

Exchange functions and USDC converter

Manage your portfolio with multiple currencies including Bitcoin, Ethereum, EOS, Bitcoin Cash, Dash, and other cryptocurrencies at the best rates on the market. 
Send them to almost any altcoin address. There are 4 fee options for USDC transactions to choose from, providing you with fast and cheap alternatives. All transactions between ERC20 users are completely low gas.

Enjoy real time cryptocurrency market data, with features available only in USDC Wallet.                    

Basisinformatie over de Extensie

Naam USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
Officiële URL https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Beschrijving Enjoy the advantages of a dollar-pegged cryptocurrency
Bestandsgrootte 9.57 MB
Aantal Installaties 99
Huidige Versie 1.5.11
Laatst Bijgewerkt 2023-04-09
Publicatiedatum 2022-09-29
Beoordeling 4.67/5 Totaal 24 Beoordelingen
Ontwikkelaar Stablecoin Blockchain Research
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.centre.io/usdc
Help Pagina-URL https://www.centre.io/contact
URL van de Privacybeleid Pagina https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "USDC Wallet",
    "description": "Enjoy the advantages of a dollar-pegged cryptocurrency",
    "version": "1.5.11",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "USDC Wallet",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}