Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Co to jest Parallel wallet?

Parallel wallet to rozszerzenie Chrome opracowane przez chrome-store-publishers, a jego główną funkcją jest „Parallel wallet to help you manage your polkadot assets.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Parallel wallet

Pobierz pliki rozszerzeń Parallel wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
Oficjalny URL https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Opis Parallel wallet to help you manage your polkadot assets.
Rozmiar pliku 4.06 MB
Liczba instalacji 10,922
Aktualna Wersja 2.3.80
Ostatnia Aktualizacja 2023-03-01
Data Publikacji 2022-07-19
Ocena 4.93/5 Łącznie 58 Oceny
Deweloper chrome-store-publishers
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://parallel.fi/
Adres URL Strony Polityki Prywatności https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Obsługiwane Języki 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"
    }
}