USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

¿Qué es USDC Wallet?

USDC Wallet es una extensión de Chrome desarrollada por Stablecoin Blockchain Research, y su función principal es "Enjoy the advantages of a dollar-pegged cryptocurrency".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión USDC Wallet

Descarga archivos de extensión USDC Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
URL Oficial https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Descripción Enjoy the advantages of a dollar-pegged cryptocurrency
Tamaño del Archivo 9.57 MB
Cantidad de Instalaciones 99
Versión Actual 1.5.11
Última Actualización 2023-04-09
Fecha de Publicación 2022-09-29
Calificación 4.67/5 Total de 24 Calificaciones
Desarrollador Stablecoin Blockchain Research
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.centre.io/usdc
URL de la Página de Ayuda https://www.centre.io/contact
URL de la Página de Política de Privacidad https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Idiomas Soportados 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"
    ]
}