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 là gì?

Panda Wallet là một tiện ích mở rộng Chrome được phát triển bởi pandacrypot, và tính năng chính của nó là "PandaWallet plugin is an official plugin that is convenient for users to use on multiple ends. Through this plugin, we can…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Panda Wallet

Tải xuống các tệp mở rộng Panda Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Panda Wallet Panda Wallet
ID mkpdopdllihjhemekgioagjbbfdboopi
URL Chính Thức https://chromewebstore.google.com/detail/panda-wallet/mkpdopdllihjhemekgioagjbbfdboopi
Mô tả PandaWallet plugin is an official plugin that is convenient for users to use on multiple ends. Through this plugin, we can…
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2023-06-17
Đánh Giá 5.00/5 Tổng số 56 Đánh Giá
Nhà Phát Triển pandacrypot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pandawallet.pro/
URL Trang Chính Sách Bảo Mật https://h5.pandawallet.pro/policy/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}