Narwallets V3

NEAR protocol wallet

Qu'est-ce que Narwallets V3 ?

Narwallets V3 est une extension Chrome développée par Narwallets.com, et sa fonction principale est "NEAR protocol wallet".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Narwallets V3

Téléchargez les fichiers d'extension Narwallets V3 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Narwallets V3 Narwallets V3
ID ipbomjpcpbebobdnkoogngmknkohncjd
URL Officiel https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd
Description NEAR protocol wallet
Taille du Fichier 232 KB
Nombre d'Installations 1,476
Version Actuelle 3.0.10
Dernière Mise à Jour 2022-04-02
Date de Publication 2021-09-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur Narwallets.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.narwallets.com
URL de la Page d'Aide https://github.com/Narwallets/narwallets-extension/issues
URL de la Page de Politique de Confidentialité https://www.narwallets.com/privacy-policy.html
Langues Prises en Charge 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"
    }
}