Panda Wallet

PandaWallet plugin is an official plugin that is convenient for users to use on multiple ends. Through this plugin, we can…

Τι είναι το Panda Wallet;

Το Panda Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pandacrypot, και η κύρια λειτουργία του είναι "PandaWallet plugin is an official plugin that is convenient for users to use on multiple ends. Through this plugin, we can…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Panda Wallet

Λήψη αρχείων επέκτασης Panda Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PandaWallet plugin is an official plugin that is convenient for users to use on multiple ends.

Through this plugin, we can real-time understand the time prices and fluctuations of various virtual currencies. We can use the token management function to view the tokens we are following and understand the current token market. At the same time, we can also use this plugin for virtual currency transactions. However, due to the decentralized nature of blockchain, please pay attention to whether the recipient is correct when transferring. If it is a face-to-face transaction, it is best. We provide the recipient with a payment QR code, and the transferor can directly transfer by scanning the QR code.

We also provide a transfer history function to facilitate users to view each transaction record, view each transaction time, transaction partner wallet address, transaction amount, and so on;



Please read all of our features here: https://pandawallet.pro

For support, please send an email to: [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Panda Wallet Panda Wallet
ID mkpdopdllihjhemekgioagjbbfdboopi
Επίσημο URL https://chromewebstore.google.com/detail/panda-wallet/mkpdopdllihjhemekgioagjbbfdboopi
Περιγραφή PandaWallet plugin is an official plugin that is convenient for users to use on multiple ends. Through this plugin, we can…
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 58
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2023-06-17
Αξιολόγηση 5.00/5 Συνολικά 56 Αξιολογήσεις
Προγραμματιστής pandacrypot
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pandawallet.pro/
URL της Σελίδας Πολιτικής Απορρήτου https://h5.pandawallet.pro/policy/privacy-policy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Panda Wallet",
    "version": "1.0.7",
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "logo2.png",
            "32": "logo2.png",
            "48": "logo2.png"
        }
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js.6476a7c8.2f7708dd.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*.pandawallet.pro\/*",
                ""
            ],
            "run_at": "document_end",
            "all_frames": true,
            "css": []
        }
    ],
    "permissions": [
        "clipboardWrite",
        "webRequest",
        "tabs",
        "webNavigation",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.pandawallet.pro\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/inject\/index.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.pandawallet.pro\/*",
                "",
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/popup.1c27db4b.js",
                "assets\/index.706a5322.js",
                "assets\/index.js.6476a7c8.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "logo2.png",
        "32": "logo2.png",
        "48": "logo2.png"
    }
}