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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}