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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Parallel wallet
قم بتنزيل ملفات الامتداد Parallel wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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/ |
عنوان صفحة سياسة الخصوصية | 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": [ " |