USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

Vad är USDC Wallet?

USDC Wallet är en Chrome-tillägg utvecklad av Stablecoin Blockchain Research, och dess huvudfunktion är "Enjoy the advantages of a dollar-pegged cryptocurrency".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner USDC Wallet-förlängningens CRX-fil

Ladda ner USDC Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
Officiell webbadress https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Beskrivning Enjoy the advantages of a dollar-pegged cryptocurrency
Filstorlek 9.57 MB
Antal Installationer 99
Aktuell Version 1.5.11
Senast Uppdaterad 2023-04-09
Publiceringsdatum 2022-09-29
Betyg 4.67/5 Totalt 24 Betyg
Utvecklare Stablecoin Blockchain Research
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.centre.io/usdc
Hjälpsida URL https://www.centre.io/contact
URL till Sekretesspolicy Sidan https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Stödda Språk 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"
    ]
}