USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

Qu'est-ce que USDC Wallet ?

USDC Wallet est une extension Chrome développée par Stablecoin Blockchain Research, et sa fonction principale est "Enjoy the advantages of a dollar-pegged cryptocurrency".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension USDC Wallet

Téléchargez les fichiers d'extension USDC Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
URL Officiel https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Description Enjoy the advantages of a dollar-pegged cryptocurrency
Taille du Fichier 9.57 MB
Nombre d'Installations 99
Version Actuelle 1.5.11
Dernière Mise à Jour 2023-04-09
Date de Publication 2022-09-29
Évaluation 4.67/5 Total 24 Évaluations
Développeur Stablecoin Blockchain Research
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.centre.io/usdc
URL de la Page d'Aide https://www.centre.io/contact
URL de la Page de Politique de Confidentialité https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Langues Prises en Charge 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"
    ]
}