Narwallets V3

NEAR protocol wallet

Co je Narwallets V3?

Narwallets V3 je rozšíření Chrome vyvinuté Narwallets.com, a jeho hlavní funkcí je „NEAR protocol wallet“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Narwallets V3

Stáhněte si soubory rozšíření Narwallets V3 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Narwallets V3 Narwallets V3
ID ipbomjpcpbebobdnkoogngmknkohncjd
Oficiální URL https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd
Popis NEAR protocol wallet
Velikost souboru 232 KB
Počet instalací 1,476
Aktuální Verze 3.0.10
Poslední Aktualizace 2022-04-02
Datum Vydání 2021-09-07
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Narwallets.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.narwallets.com
URL Stránky Nápovědy https://github.com/Narwallets/narwallets-extension/issues
URL Stránky Zásad Ochrany Soukromí https://www.narwallets.com/privacy-policy.html
Podporované Jazyky 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"
    }
}