Narwallets V3

NEAR protocol wallet

Narwallets V3 là gì?

Narwallets V3 là một tiện ích mở rộng Chrome được phát triển bởi Narwallets.com, và tính năng chính của nó là "NEAR protocol wallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Narwallets V3

Tải xuống các tệp mở rộng Narwallets V3 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Narwallets V3 Narwallets V3
ID ipbomjpcpbebobdnkoogngmknkohncjd
URL Chính Thức https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd
Mô tả NEAR protocol wallet
Kích Thước Tệp 232 KB
Số Lần Cài Đặt 1,476
Phiên Bản Hiện Tại 3.0.10
Cập Nhật Lần Cuối 2022-04-02
Ngày Phát Hành 2021-09-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Narwallets.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.narwallets.com
URL Trang Trợ Giúp https://github.com/Narwallets/narwallets-extension/issues
URL Trang Chính Sách Bảo Mật https://www.narwallets.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}