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
Eメール [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"
    ]
}