Narwallets V3

NEAR protocol wallet

O que é Narwallets V3?

Narwallets V3 é uma extensão do Chrome desenvolvida por Narwallets.com, e sua principal característica é "NEAR protocol wallet".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Narwallets V3

Baixe arquivos de extensão Narwallets V3 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Narwallets V3 Narwallets V3
ID ipbomjpcpbebobdnkoogngmknkohncjd
URL Oficial https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd
Descrição NEAR protocol wallet
Tamanho do Arquivo 232 KB
Contagem de Instalações 1,476
Versão Atual 3.0.10
Última Atualização 2022-04-02
Data de Publicação 2021-09-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Narwallets.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.narwallets.com
URL da Página de Ajuda https://github.com/Narwallets/narwallets-extension/issues
URL da Página de Política de Privacidade https://www.narwallets.com/privacy-policy.html
Idiomas Suportados 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"
    }
}