Polygon Wallet

Polygon Wallet - PoS Matic

Cos'è Polygon Wallet?

Polygon Wallet è un'estensione di Chrome sviluppata da Grant Ecosystem Research, e la sua funzione principale è "Polygon Wallet - PoS Matic".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Polygon Wallet

Scarica i file di estensione Polygon Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
URL Ufficiale https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
Descrizione Polygon Wallet - PoS Matic
Dimensione del File 7.22 MB
Conteggio Installazioni 1,448
Versione Corrente 5.1.13
Ultimo Aggiornamento 2023-04-14
Data di Pubblicazione 2022-08-23
Valutazione 4.47/5 Totale 30 Valutazioni
Sviluppatore Grant Ecosystem Research
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wallet.polygon.technology/
URL della Pagina della Politica sulla Privacy https://polygonfinance.org/assets/pp-polygon.txt
Lingue Supportate 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"
    ]
}