Parallel wallet
Parallel wallet to help you manage your polkadot assets.
Vad är Parallel wallet?
Parallel wallet är en Chrome-tillägg utvecklad av chrome-store-publishers, och dess huvudfunktion är "Parallel wallet to help you manage your polkadot assets.".
Tilläggsskärmbilder
Ladda ner Parallel wallet-förlängningens CRX-fil
Ladda ner Parallel wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jbkgjmpfammbgejcpedggoefddacbdia |
Officiell webbadress | https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia |
Beskrivning | Parallel wallet to help you manage your polkadot assets. |
Filstorlek | 4.06 MB |
Antal Installationer | 10,922 |
Aktuell Version | 2.3.80 |
Senast Uppdaterad | 2023-03-01 |
Publiceringsdatum | 2022-07-19 |
Betyg | 4.93/5 Totalt 58 Betyg |
Utvecklare | chrome-store-publishers |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://parallel.fi/ |
URL till Sekretesspolicy Sidan | https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing |
Stödda Språk | 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": [ " |