Polygon Wallet

Polygon Wallet - PoS Matic

Polygon Wallet क्या है?

Polygon Wallet Grant Ecosystem Research द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Polygon Wallet - PoS Matic"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Polygon Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
आधिकारिक URL https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
विवरण Polygon Wallet - PoS Matic
फ़ाइल का आकार 7.22 MB
स्थापना संख्या 1,448
वर्तमान संस्करण 5.1.13
अंतिम अपडेट 2023-04-14
प्रकाशन तिथि 2022-08-23
रेटिंग 4.47/5 कुल 30 रेटिंग्स
डेवलपर Grant Ecosystem Research
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wallet.polygon.technology/
गोपनीयता नीति पृष्ठ URL https://polygonfinance.org/assets/pp-polygon.txt
समर्थित भाषाएँ 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"
    ]
}