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