Polygon Wallet

Polygon Wallet - PoS Matic

Polygon Wallet란 무엇입니까?

Polygon Wallet은(는) Grant Ecosystem Research에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Polygon Wallet - PoS Matic"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Polygon Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Best Crypto digital wallet supporting Bitcoin, Ethereum, BNB, Swap and NFT Market

Getting started with Polygon PoS chain
The safe, fast, and most secure way to use Polygon PoS.

The first and most popular Polygon wallet. Recommended by Polygon Foundation.

Main function:
Send and receive Matic, USDC and TRC20 tokens;
Integrate smart contract calls on developers’ site; 
Use Dapps within the browser.                    

확장 프로그램 기본 정보

이름 Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
공식 URL https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
설명 Polygon Wallet - PoS Matic
파일 크기 7.22 MB
설치 횟수 1,448
현재 버전 5.1.13
최근 업데이트 2023-04-14
출시 날짜 2022-08-23
평점 4.47/5 총 30 개의 평점
개발자 Grant Ecosystem Research
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wallet.polygon.technology/
개인정보 보호 정책 페이지 URL https://polygonfinance.org/assets/pp-polygon.txt
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Polygon Wallet",
    "description": "Polygon Wallet - PoS Matic",
    "version": "5.1.13",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Polygon Wallet",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}