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
官方網址 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"
    }
}