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 с друзьями, чтобы легко установить расширения 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.
Основная информация о расширении
Название | |
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": [ " |