Polygon Wallet

Polygon Wallet - PoS Matic

What is Polygon Wallet?

Polygon Wallet is a Chrome extension developed by Grant Ecosystem Research, and its main feature is "Polygon Wallet - PoS Matic".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Polygon Wallet Extension CRX File

Download Polygon Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
Official URL https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
Description Polygon Wallet - PoS Matic
File Size 7.22 MB
Installation Count 1,448
Current Version 5.1.13
Last Updated 2023-04-14
Publish Date 2022-08-23
Rating 4.47/5 Total 30 Ratings
Developer Grant Ecosystem Research
Email [email protected]
Payment Type free
Extension Website https://wallet.polygon.technology/
Privacy Policy Page URL https://polygonfinance.org/assets/pp-polygon.txt
Supported Languages 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"
    ]
}