Parallel wallet

Parallel wallet to help you manage your polkadot assets.

什么是Parallel wallet?

Parallel wallet是由chrome-store-publishers开发的Chrome扩展程序,该扩展的主要功能是“Parallel wallet to help you manage your polkadot assets.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Parallel wallet扩展crx文件

下载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"
    }
}