Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Τι είναι το Parallel wallet;

Το Parallel wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome-store-publishers, και η κύρια λειτουργία του είναι "Parallel wallet to help you manage your polkadot assets.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Parallel wallet

Λήψη αρχείων επέκτασης Parallel wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
Επίσημο URL https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Περιγραφή Parallel wallet to help you manage your polkadot assets.
Μέγεθος Αρχείου 4.06 MB
Αριθμός Εγκαταστάσεων 10,922
Τρέχουσα Έκδοση 2.3.80
Τελευταία Ενημέρωση 2023-03-01
Ημερομηνία Δημοσίευσης 2022-07-19
Αξιολόγηση 4.93/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής chrome-store-publishers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://parallel.fi/
URL της Σελίδας Πολιτικής Απορρήτου https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Υποστηριζόμενες Γλώσσες 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"
    }
}