Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Co je Parallel wallet?

Parallel wallet je rozšíření Chrome vyvinuté chrome-store-publishers, a jeho hlavní funkcí je „Parallel wallet to help you manage your polkadot assets.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Parallel wallet

Stáhněte si soubory rozšíření Parallel wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
Oficiální URL https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Popis Parallel wallet to help you manage your polkadot assets.
Velikost souboru 4.06 MB
Počet instalací 10,922
Aktuální Verze 2.3.80
Poslední Aktualizace 2023-03-01
Datum Vydání 2022-07-19
Hodnocení 4.93/5 Celkem 58 Hodnocení
Vývojář chrome-store-publishers
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://parallel.fi/
URL Stránky Zásad Ochrany Soukromí https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Podporované Jazyky 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"
    }
}