Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Apa itu Parallel wallet?

Parallel wallet adalah ekstensi Chrome yang dikembangkan oleh chrome-store-publishers, dan fitur utamanya adalah "Parallel wallet to help you manage your polkadot assets.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Parallel wallet

Unduh file ekstensi Parallel wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
URL Resmi https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Deskripsi Parallel wallet to help you manage your polkadot assets.
Ukuran File 4.06 MB
Jumlah Instalasi 10,922
Versi Saat Ini 2.3.80
Terakhir Diperbarui 2023-03-01
Tanggal Publikasi 2022-07-19
Penilaian 4.93/5 Total 58 Penilaian
Pengembang chrome-store-publishers
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://parallel.fi/
URL Halaman Kebijakan Privasi https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Bahasa yang Didukung 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"
    }
}