Narwallets V3
NEAR protocol wallet
Cos'è Narwallets V3?
Narwallets V3 è un'estensione di Chrome sviluppata da Narwallets.com, e la sua funzione principale è "NEAR protocol wallet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Narwallets V3
Scarica i file di estensione Narwallets V3 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
Narwallets is a chrome-extension wallet for easily managing your NEAR accounts and accessing narwallets-enabled DApps in the NEAR blockchain. Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain. It uses a secure API mechanism to connect to DApps, where *you* decide when to connect and when to disconnect from the webpage. * NEP-141 Token Support * Integrated Liquid Staking via Metapool.app * Lockup Accounts Support Changelog 2022-4-2 Better auto-refresh of on-chain balances
Informazioni di Base sull'Estensione
Nome | Narwallets V3 |
ID | ipbomjpcpbebobdnkoogngmknkohncjd |
URL Ufficiale | https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd |
Descrizione | NEAR protocol wallet |
Dimensione del File | 232 KB |
Conteggio Installazioni | 1,476 |
Versione Corrente | 3.0.10 |
Ultimo Aggiornamento | 2022-04-02 |
Data di Pubblicazione | 2021-09-07 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Narwallets.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.narwallets.com |
URL della Pagina di Aiuto | https://github.com/Narwallets/narwallets-extension/issues |
URL della Pagina della Politica sulla Privacy | https://www.narwallets.com/privacy-policy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Narwallets V3", "description": "NEAR protocol wallet", "version": "3.0.10", "browser_action": { "default_popup": "index.html" }, "background": { "page": "background\/background.html", "persistent": false }, "permissions": [ "activeTab", "tabs", "storage", "alarms" ], "icons": { "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" } } |