Narwallets V4
NEAR protocol wallet
Cos'è Narwallets V4?
Narwallets V4 è 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 V4
Scarica i file di estensione Narwallets V4 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 Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain. * NEP-141 Token Support * Integrated Liquid Staking via Metapool.app * Lockup Accounts Support Changelog 2022-04-02 Better auto-refresh of on-chain balances 2022-10-09 V4 - Integrate with wallet-selector 2022-12-28 V4.0.5 - quick select account 2023-01-11 V4.0.6 - Implement NEP-408 for wallet-selector 2023-05-01 simpler account selection 2023-12-08 backup source for quotes
Informazioni di Base sull'Estensione
Nome | Narwallets V4 |
ID | lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
URL Ufficiale | https://chromewebstore.google.com/detail/narwallets-v4/lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
Descrizione | NEAR protocol wallet |
Dimensione del File | 237 KB |
Conteggio Installazioni | 180 |
Versione Corrente | 4.0.9 |
Ultimo Aggiornamento | 2023-12-11 |
Data di Pubblicazione | 2022-10-15 |
Sviluppatore | Narwallets.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.narwallets.com |
URL della Pagina di Aiuto | https://discord.gg/N38GQ2ejrS |
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": 3, "name": "Narwallets V4", "description": "NEAR protocol wallet", "version": "4.0.9", "action": { "default_popup": "index.html" }, "background": { "service_worker": "dist\/background\/background.js", "type": "module" }, "permissions": [ "storage", "alarms" ], "icons": { "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "dist\/content-script.js" ], "run_at": "document_start" }, { "matches": [ " |