USDC Wallet

Enjoy the advantages of a dollar-pegged cryptocurrency

什么是USDC Wallet?

USDC Wallet是由Stablecoin Blockchain Research开发的Chrome扩展程序,该扩展的主要功能是“Enjoy the advantages of a dollar-pegged cryptocurrency”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载USDC Wallet扩展crx文件

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