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"
    ]
}