Narwallets V3
NEAR protocol wallet
ما هو Narwallets V3؟
Narwallets V3 هو إضافة Chrome تم تطويرها بواسطة Narwallets.com، والميزة الرئيسية لها هي "NEAR protocol wallet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Narwallets V3
قم بتنزيل ملفات الامتداد Narwallets V3 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Narwallets V3 |
ID | ipbomjpcpbebobdnkoogngmknkohncjd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd |
الوصف | NEAR protocol wallet |
حجم الملف | 232 KB |
عدد التثبيتات | 1,476 |
النسخة الحالية | 3.0.10 |
آخر تحديث | 2022-04-02 |
تاريخ النشر | 2021-09-07 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Narwallets.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.narwallets.com |
عنوان صفحة المساعدة | https://github.com/Narwallets/narwallets-extension/issues |
عنوان صفحة سياسة الخصوصية | https://www.narwallets.com/privacy-policy.html |
اللغات المدعومة | 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" } } |