Simple Wallet for Casper
Multichain non-custodial staking crypto wallet
Vad är Simple Wallet for Casper?
Simple Wallet for Casper är en Chrome-tillägg utvecklad av simplewallet.one, och dess huvudfunktion är "Multichain non-custodial staking crypto wallet".
Tilläggsskärmbilder
Ladda ner Simple Wallet for Casper-förlängningens CRX-fil
Ladda ner Simple Wallet for Casper-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
Simple Wallet is a non-custodial wallet on a mission to simplify native staking for everyone worldwide. We are starting with the CSPR network. Simple Wallet supports staking inside the app by searching or choosing a specific Casper validator. Unstaking is also done inside the app with a single click. Besides that, Simple Wallet allows using your existing Casper private key; creating a new private key; receive/send CSPR tokens; Simple Wallet supports CSPR Mainnet/Testnet.
Grundläggande Information om Tillägg
Namn | Simple Wallet for Casper |
ID | lnkcaamggbmaoghielcjalmedjeghgca |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-wallet-for-casper/lnkcaamggbmaoghielcjalmedjeghgca |
Beskrivning | Multichain non-custodial staking crypto wallet |
Filstorlek | 1.16 MB |
Antal Installationer | 117 |
Aktuell Version | 0.42 |
Senast Uppdaterad | 2023-05-31 |
Publiceringsdatum | 2022-08-17 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | simplewallet.one |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://simplewallet.one |
URL till Sekretesspolicy Sidan | https://simplewallet.one/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Wallet for Casper", "description": "Multichain non-custodial staking crypto wallet", "version": "0.42", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the Wallet" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ] }, { "matches": [ " |