Parallel wallet

Parallel wallet to help you manage your polkadot assets.

O que é Parallel wallet?

Parallel wallet é uma extensão do Chrome desenvolvida por chrome-store-publishers, e sua principal característica é "Parallel wallet to help you manage your polkadot assets.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Parallel wallet

Baixe arquivos de extensão Parallel wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
URL Oficial https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Descrição Parallel wallet to help you manage your polkadot assets.
Tamanho do Arquivo 4.06 MB
Contagem de Instalações 10,922
Versão Atual 2.3.80
Última Atualização 2023-03-01
Data de Publicação 2022-07-19
Classificação 4.93/5 Total de 58 Avaliações
Desenvolvedor chrome-store-publishers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://parallel.fi/
URL da Página de Política de Privacidade https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Idiomas Suportados 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"
    }
}