Polygon Wallet

Polygon Wallet - PoS Matic

O que é Polygon Wallet?

Polygon Wallet é uma extensão do Chrome desenvolvida por Grant Ecosystem Research, e sua principal característica é "Polygon Wallet - PoS Matic".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Polygon Wallet

Baixe arquivos de extensão Polygon Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
URL Oficial https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
Descrição Polygon Wallet - PoS Matic
Tamanho do Arquivo 7.22 MB
Contagem de Instalações 1,448
Versão Atual 5.1.13
Última Atualização 2023-04-14
Data de Publicação 2022-08-23
Classificação 4.47/5 Total de 30 Avaliações
Desenvolvedor Grant Ecosystem Research
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wallet.polygon.technology/
URL da Página de Política de Privacidade https://polygonfinance.org/assets/pp-polygon.txt
Idiomas Suportados 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"
    ]
}