USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

USDC Wallet là gì?

USDC Wallet là một tiện ích mở rộng Chrome được phát triển bởi Stablecoin Blockchain Research, và tính năng chính của nó là "Enjoy the advantages of a dollar-pegged cryptocurrency".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng USDC Wallet

Tải xuống các tệp mở rộng USDC Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên USDC Wallet USDC Wallet
ID pkjmoihlmlhhkahcplhijafhcioaciih
URL Chính Thức https://chrome.google.com/webstore/detail/usdc-wallet/pkjmoihlmlhhkahcplhijafhcioaciih
Mô tả Enjoy the advantages of a dollar-pegged cryptocurrency
Kích Thước Tệp 9.57 MB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.5.11
Cập Nhật Lần Cuối 2023-04-09
Ngày Phát Hành 2022-09-29
Đánh Giá 4.67/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Stablecoin Blockchain Research
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.centre.io/usdc
URL Trang Trợ Giúp https://www.centre.io/contact
URL Trang Chính Sách Bảo Mật https://usdcdollar.cc/assets/review/privacy/usdc-pp.txt
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}