Narwallets V3

NEAR protocol wallet

Co to jest Narwallets V3?

Narwallets V3 to rozszerzenie Chrome opracowane przez Narwallets.com, a jego główną funkcją jest „NEAR protocol wallet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Narwallets V3

Pobierz pliki rozszerzeń Narwallets V3 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Narwallets V3 Narwallets V3
ID ipbomjpcpbebobdnkoogngmknkohncjd
Oficjalny URL https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd
Opis NEAR protocol wallet
Rozmiar pliku 232 KB
Liczba instalacji 1,476
Aktualna Wersja 3.0.10
Ostatnia Aktualizacja 2022-04-02
Data Publikacji 2021-09-07
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Narwallets.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.narwallets.com
Adres URL Strony Pomocy https://github.com/Narwallets/narwallets-extension/issues
Adres URL Strony Polityki Prywatności https://www.narwallets.com/privacy-policy.html
Obsługiwane Języki 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"
    }
}