Polygon Wallet

Polygon Wallet - PoS Matic

Qu'est-ce que Polygon Wallet ?

Polygon Wallet est une extension Chrome développée par Grant Ecosystem Research, et sa fonction principale est "Polygon Wallet - PoS Matic".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Polygon Wallet

Téléchargez les fichiers d'extension Polygon Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
URL Officiel https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
Description Polygon Wallet - PoS Matic
Taille du Fichier 7.22 MB
Nombre d'Installations 1,448
Version Actuelle 5.1.13
Dernière Mise à Jour 2023-04-14
Date de Publication 2022-08-23
Évaluation 4.47/5 Total 30 Évaluations
Développeur Grant Ecosystem Research
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wallet.polygon.technology/
URL de la Page de Politique de Confidentialité https://polygonfinance.org/assets/pp-polygon.txt
Langues Prises en Charge 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"
    ]
}