Narwallets V3
NEAR protocol wallet
Vad är Narwallets V3?
Narwallets V3 är en Chrome-tillägg utvecklad av Narwallets.com, och dess huvudfunktion är "NEAR protocol wallet".
Tilläggsskärmbilder
Ladda ner Narwallets V3-förlängningens CRX-fil
Ladda ner Narwallets V3-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ipbomjpcpbebobdnkoogngmknkohncjd |
| Officiell webbadress | https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd |
| Beskrivning | NEAR protocol wallet |
| Filstorlek | 232 KB |
| Antal Installationer | 1,476 |
| Aktuell Version | 3.0.10 |
| Senast Uppdaterad | 2022-04-02 |
| Publiceringsdatum | 2021-09-07 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Narwallets.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.narwallets.com |
| Hjälpsida URL | https://github.com/Narwallets/narwallets-extension/issues |
| URL till Sekretesspolicy Sidan | https://www.narwallets.com/privacy-policy.html |
| Stödda Språk | 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"
}
} | |