Narwallets V4
NEAR protocol wallet
Was ist Narwallets V4?
Narwallets V4 ist eine Chrome-Erweiterung, die von Narwallets.com entwickelt wurde, und ihr Hauptmerkmal ist "NEAR protocol wallet".
Erweiterungsscreenshots
Narwallets V4-Erweiterungs-CRX-Datei herunterladen
Laden Sie Narwallets V4-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Narwallets V4 |
ID | lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
Offizielle URL | https://chromewebstore.google.com/detail/narwallets-v4/lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
Beschreibung | NEAR protocol wallet |
Dateigröße | 237 KB |
Installationsanzahl | 180 |
Aktuelle Version | 4.0.9 |
Letztes Update | 2023-12-11 |
Veröffentlichungsdatum | 2022-10-15 |
Entwickler | Narwallets.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.narwallets.com |
Hilfeseite URL | https://discord.gg/N38GQ2ejrS |
URL der Datenschutzrichtlinien-Seite | https://www.narwallets.com/privacy-policy.html |
Unterstützte Sprachen | 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": [ " |