Parallel wallet

Parallel wallet to help you manage your polkadot assets.

Parallel walletคืออะไร?

Parallel wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-store-publishers และคุณลักษณะหลักของมันคือ "Parallel wallet to help you manage your polkadot assets."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parallel wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}