Polygon Wallet

Polygon Wallet - PoS Matic

Vad är Polygon Wallet?

Polygon Wallet är en Chrome-tillägg utvecklad av Grant Ecosystem Research, och dess huvudfunktion är "Polygon Wallet - PoS Matic".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Polygon Wallet-förlängningens CRX-fil

Ladda ner Polygon Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
Officiell webbadress https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
Beskrivning Polygon Wallet - PoS Matic
Filstorlek 7.22 MB
Antal Installationer 1,448
Aktuell Version 5.1.13
Senast Uppdaterad 2023-04-14
Publiceringsdatum 2022-08-23
Betyg 4.47/5 Totalt 30 Betyg
Utvecklare Grant Ecosystem Research
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wallet.polygon.technology/
URL till Sekretesspolicy Sidan https://polygonfinance.org/assets/pp-polygon.txt
Stödda Språk 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"
    ]
}