Parallel wallet
Parallel wallet to help you manage your polkadot assets.
Cos'è Parallel wallet?
Parallel wallet è un'estensione di Chrome sviluppata da chrome-store-publishers, e la sua funzione principale è "Parallel wallet to help you manage your polkadot assets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Parallel wallet
Scarica i file di estensione Parallel wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jbkgjmpfammbgejcpedggoefddacbdia |
URL Ufficiale | https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia |
Descrizione | Parallel wallet to help you manage your polkadot assets. |
Dimensione del File | 4.06 MB |
Conteggio Installazioni | 10,922 |
Versione Corrente | 2.3.80 |
Ultimo Aggiornamento | 2023-03-01 |
Data di Pubblicazione | 2022-07-19 |
Valutazione | 4.93/5 Totale 58 Valutazioni |
Sviluppatore | chrome-store-publishers |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://parallel.fi/ |
URL della Pagina della Politica sulla Privacy | https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing |
Lingue Supportate | 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": [ " |