Narwallets

NEAR protocol multi-account wallets

¿Qué es Narwallets?

Narwallets es una extensión de Chrome desarrollada por Narwallets.com, y su función principal es "NEAR protocol multi-account wallets".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Narwallets

Descarga archivos de extensión Narwallets en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Welcome to Narwallets.
The future is NEAR.

Note: V3 is available here, and can be used side-by-side with this V2 version
https://chrome.google.com/webstore/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd
This V2 version is no longer maintained.

Narwallets is a multi-wallet chrome-extension for easily managing your NEAR accounts and accessing narwallets-enabled DApps in the NEAR blockchain.

Narwallets is the first multi-account, multi-user chrome-extension wallet exclusive for the NEAR blockchain. Safe by default, accounts are added in read-only mode, no seed phrase required until needed. You can add multiple accounts and the extension will show you the total sum of all your accounts. You can also manage your lockup-contract accounts and eventually take full control of your funds. It uses a novel API mechanism to connect to DApps, where *you* decide when to connect and when to disconnect from the webpage.                    

Información Básica de la Extensión

Nombre Narwallets Narwallets
ID bnbmlmjhaohpobnjfifeghjmamjfolnb
URL Oficial https://chromewebstore.google.com/detail/narwallets/bnbmlmjhaohpobnjfifeghjmamjfolnb
Descripción NEAR protocol multi-account wallets
Tamaño del Archivo 149 KB
Cantidad de Instalaciones 1,775
Versión Actual 2.0.2
Última Actualización 2022-01-16
Fecha de Publicación 2020-12-21
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador Narwallets.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://narwallets.com/
URL de la Página de Ayuda https://github.com/Narwallets/narwallets-extension/issues
URL de la Página de Política de Privacidad https://www.narwallets.com/privacy-policy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Narwallets",
    "description": "NEAR protocol multi-account wallets",
    "version": "2.0.2",
    "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"
    }
}