Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Qu'est-ce que Parallel wallet ?

Parallel wallet est une extension Chrome développée par chrome-store-publishers, et sa fonction principale est "Parallel wallet to help you manage your polkadot assets.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Parallel wallet

Téléchargez les fichiers d'extension Parallel wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
URL Officiel https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Description Parallel wallet to help you manage your polkadot assets.
Taille du Fichier 4.06 MB
Nombre d'Installations 10,922
Version Actuelle 2.3.80
Dernière Mise à Jour 2023-03-01
Date de Publication 2022-07-19
Évaluation 4.93/5 Total 58 Évaluations
Développeur chrome-store-publishers
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://parallel.fi/
URL de la Page de Politique de Confidentialité https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Langues Prises en Charge 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"
    }
}