USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

What is USDC Wallet?

USDC Wallet is a Chrome extension developed by Stablecoin Blockchain Research, and its main feature is "Enjoy the advantages of a dollar-pegged cryptocurrency".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download USDC Wallet Extension CRX File

Download USDC Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
Official URL https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Description Enjoy the advantages of a dollar-pegged cryptocurrency
File Size 9.57 MB
Installation Count 99
Current Version 1.5.11
Last Updated 2023-04-09
Publish Date 2022-09-29
Rating 4.67/5 Total 24 Ratings
Developer Stablecoin Blockchain Research
Email [email protected]
Payment Type free
Extension Website https://www.centre.io/usdc
Help Page URL https://www.centre.io/contact
Privacy Policy Page URL https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Supported Languages 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"
    ]
}