USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

O que é USDC Wallet?

USDC Wallet é uma extensão do Chrome desenvolvida por Stablecoin Blockchain Research, e sua principal característica é "Enjoy the advantages of a dollar-pegged cryptocurrency".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão USDC Wallet

Baixe arquivos de extensão USDC Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
URL Oficial https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Descrição Enjoy the advantages of a dollar-pegged cryptocurrency
Tamanho do Arquivo 9.57 MB
Contagem de Instalações 99
Versão Atual 1.5.11
Última Atualização 2023-04-09
Data de Publicação 2022-09-29
Classificação 4.67/5 Total de 24 Avaliações
Desenvolvedor Stablecoin Blockchain Research
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.centre.io/usdc
URL da Página de Ajuda https://www.centre.io/contact
URL da Página de Política de Privacidade https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Idiomas Suportados 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"
    ]
}