Polygon Wallet

Polygon Wallet - PoS Matic

Polygon Walletคืออะไร?

Polygon Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grant Ecosystem Research และคุณลักษณะหลักของมันคือ "Polygon Wallet - PoS Matic"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polygon Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Polygon Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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