Polygon Wallet

Polygon Wallet - PoS Matic

Wat is Polygon Wallet?

Polygon Wallet is een Chrome-extensie ontwikkeld door Grant Ecosystem Research, en de belangrijkste functie is "Polygon Wallet - PoS Matic".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Polygon Wallet

Download Polygon Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
Officiële URL https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
Beschrijving Polygon Wallet - PoS Matic
Bestandsgrootte 7.22 MB
Aantal Installaties 1,448
Huidige Versie 5.1.13
Laatst Bijgewerkt 2023-04-14
Publicatiedatum 2022-08-23
Beoordeling 4.47/5 Totaal 30 Beoordelingen
Ontwikkelaar Grant Ecosystem Research
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wallet.polygon.technology/
URL van de Privacybeleid Pagina https://polygonfinance.org/assets/pp-polygon.txt
Ondersteunde Talen 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"
    ]
}