Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Wat is Parallel wallet?

Parallel wallet is een Chrome-extensie ontwikkeld door chrome-store-publishers, en de belangrijkste functie is "Parallel wallet to help you manage your polkadot assets.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Parallel wallet

Download Parallel wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
Officiële URL https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Beschrijving Parallel wallet to help you manage your polkadot assets.
Bestandsgrootte 4.06 MB
Aantal Installaties 10,922
Huidige Versie 2.3.80
Laatst Bijgewerkt 2023-03-01
Publicatiedatum 2022-07-19
Beoordeling 4.93/5 Totaal 58 Beoordelingen
Ontwikkelaar chrome-store-publishers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://parallel.fi/
URL van de Privacybeleid Pagina https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Ondersteunde Talen 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"
    }
}