GeroWallet
A user friendly Cardano light wallet
GeroWallet क्या है?
GeroWallet https://gerowallet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A user friendly Cardano light wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GeroWallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A unique Cardano (ADA) Wallet for your browser. GeroWallet is a cryptocurrency wallet extension for accessing Cardano powered dApps in your browser. With a focus on user-experience, GeroWallet is built to accommodate the needs of new users and experts alike. Current features support: -CardanoShield Integration for additional security -Purchase of ADA -Store, send & receive ADA and Cardano Native Tokens (CNTs) -Hardware wallet support for Trezor & Ledger -Delegation of ADA to Cardano Stake Pools (Staking) -Creation of up to 8 wallets with customization options -Store, display & send NFTs -dApp Connector -Multi-asset send -$adahandle Safety is our number one priority and as a non-custodial wallet, only you have access to your account and assets. Wallet capabilities will expand with in-wallet asset swaps, lending, borrowing and many more.
एक्सटेंशन की मूल जानकारी
नाम | GeroWallet |
ID | bgpipimickeadkjlklgciifhnalhdjhe |
आधिकारिक URL | https://chromewebstore.google.com/detail/gerowallet/bgpipimickeadkjlklgciifhnalhdjhe |
विवरण | A user friendly Cardano light wallet |
फ़ाइल का आकार | 4.07 MB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.15.1 |
अंतिम अपडेट | 2024-01-26 |
प्रकाशन तिथि | 2021-08-13 |
रेटिंग | 4.74/5 कुल 92 रेटिंग्स |
डेवलपर | https://gerowallet.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gerowallet.io |
सहायता पृष्ठ URL | https://gerowallet.io/#contact |
गोपनीयता नीति पृष्ठ URL | https://gerowallet.io/assets/downloads/PRIVACY_NOTICE.pdf |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GeroWallet", "short_name": "GeroWallet", "version": "1.15.1", "description": "A user friendly Cardano light wallet", "icons": { "16": ".\/assets\/img\/logo16.png", "48": ".\/assets\/img\/logo48.png", "128": ".\/assets\/img\/logo128.png" }, "browser_action": { "default_popup": "index.html?#\/popup", "default_icon": { "16": ".\/assets\/img\/logo16.png", "48": ".\/assets\/img\/logo48.png", "128": ".\/assets\/img\/logo128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "clipboardRead", "chrome:\/\/favicon\/", "*:\/\/connect.trezor.io\/*" ], "web_accessible_resources": [ "inject.js" ], "content_scripts": [ { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ ".\/assets\/vendor\/trezor-content-script.js" ], "all_frames": true }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "contentPage.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'" } |