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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.centre.io/contact
عنوان صفحة سياسة الخصوصية 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"
    ]
}