USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

Τι είναι το USDC Wallet;

Το USDC Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stablecoin Blockchain Research, και η κύρια λειτουργία του είναι "Enjoy the advantages of a dollar-pegged cryptocurrency".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης USDC Wallet

Λήψη αρχείων επέκτασης USDC Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
Επίσημο URL https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Περιγραφή Enjoy the advantages of a dollar-pegged cryptocurrency
Μέγεθος Αρχείου 9.57 MB
Αριθμός Εγκαταστάσεων 99
Τρέχουσα Έκδοση 1.5.11
Τελευταία Ενημέρωση 2023-04-09
Ημερομηνία Δημοσίευσης 2022-09-29
Αξιολόγηση 4.67/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής Stablecoin Blockchain Research
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.centre.io/usdc
Διεύθυνση URL της Σελίδας Βοήθειας https://www.centre.io/contact
URL της Σελίδας Πολιτικής Απορρήτου https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Υποστηριζόμενες Γλώσσες 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"
    ]
}