Keeper Wallet
Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services
Keeper Wallet là gì?
Keeper Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://keeper-wallet.app, và tính năng chính của nó là "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keeper Wallet
Tải xuống các tệp mở rộng Keeper Wallet 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
🔷 Store your account keys securely Seed phrases and private keys are encrypted and stored within the extension and cannot be accessed by the dApps and services on the web, giving you peace of mind that your funds are always safe from hackers and malicious sites. 🔷 Manage your assets – Check full asset info and balance, add assets to favourites and filter them by name or ID – Transfer assets and NFTs quickly and intuitively: hover over the three dots next to the asset or NFT and choose the transfer arrow option. – Exchange assets instantly directly in Keeper. Click the “Swap” button, select the pair of assets and specify the amount. 🔷 Sign transactions Third-party applications are required to request your signature for each transaction. Before signing, you can review the transaction details, then confirm or reject it. Complete transactions with just one click, no need to enter any sensitive information. 🔷 Switch between wallets You can create or import multiple Waves wallets and switch between them easily. 🔷 Backup your accounts Export your accounts to the encrypted Keystore file and store it in a safe place. Use it to restore access to your accounts or import them into Keeper on a new device. To create the backup, go to settings and select “Export accounts”. 🔷 View transaction history Keeper displays up to 100 most recent transactions for each account. You can apply a range of filtering options, including transactions with incoming or outgoing transfers, transaction ID, asset ID or name, and wallet address.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keeper Wallet |
ID | lpilbniiabackdjcionkobglmddfbcjo |
URL Chính Thức | https://chromewebstore.google.com/detail/keeper-wallet/lpilbniiabackdjcionkobglmddfbcjo |
Mô tả | Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services |
Kích Thước Tệp | 17.22 MB |
Số Lần Cài Đặt | 28,795 |
Phiên Bản Hiện Tại | 2.13.10 |
Cập Nhật Lần Cuối | 2023-08-23 |
Ngày Phát Hành | 2019-12-18 |
Đánh Giá | 4.74/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | https://keeper-wallet.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://keeper-wallet.app |
URL Trang Trợ Giúp | https://t.me/KeeperCommunity |
URL Trang Chính Sách Bảo Mật | https://keeper-wallet.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Keeper Wallet", "short_name": "Keeper", "description": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services", "version": "2.13.10", "author": "[email protected]", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+K", "mac": "Alt+Shift+K", "chromeos": "Alt+Shift+K", "linux": "Alt+Shift+K" } } }, "icons": { "16": "icons\/icon_16.png", "24": "icons\/icon_24.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png", "192": "icons\/icon_192.png", "256": "icons\/icon_256.png", "512": "icons\/icon_512.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "alarms", "clipboardWrite", "idle", "storage", "unlimitedStorage", "tabs" ], "action": { "default_title": "Keeper Wallet", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon_16.png", "24": "icons\/icon_24.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png", "192": "icons\/icon_192.png", "256": "icons\/icon_256.png", "512": "icons\/icon_512.png" } }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "object-src 'self'; script-src 'self' 'wasm-unsafe-eval'" }, "web_accessible_resources": [ { "resources": [ "inpage.js" ], "matches": [ " |