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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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