Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Parallel wallet là gì?

Parallel wallet là một tiện ích mở rộng Chrome được phát triển bởi chrome-store-publishers, và tính năng chính của nó là "Parallel wallet to help you manage your polkadot assets.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Parallel 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

                        Parallel wallet is the non-custodial multichain wallet extension of Parallel Finance - the DeFi Super Dapp protocol. The wallet is developed to give users a one-stop DeFi experience by allowing them to create and manage their private keys, send and receive funds and sign transactions on any DApp in a decentralized fashion.                    

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

Tên Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
URL Chính Thức https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Mô tả Parallel wallet to help you manage your polkadot assets.
Kích Thước Tệp 4.06 MB
Số Lần Cài Đặt 10,922
Phiên Bản Hiện Tại 2.3.80
Cập Nhật Lần Cuối 2023-03-01
Ngày Phát Hành 2022-07-19
Đánh Giá 4.93/5 Tổng số 58 Đánh Giá
Nhà Phát Triển chrome-store-publishers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://parallel.fi/
URL Trang Chính Sách Bảo Mật https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.80",
    "name": "Parallel wallet",
    "description": "Parallel wallet to help you manage your polkadot assets.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "hid",
        "idle",
        "usb"
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/page.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Parallel Wallet"
    }
}