Guarda

Browser extension for Ethereum and any blockchain

Was ist Guarda?

Guarda ist eine Chrome-Erweiterung, die von https://guarda.com entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension for Ethereum and any blockchain".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Guarda-Erweiterungs-CRX-Datei herunterladen

Laden Sie Guarda-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Interact with any dApps you love directly from the Chrome browser with Guarda Crypto Wallet.

Guarda Wallet functionality opens the gate to a brand new financial system that you are in charge of. This allows you to access all your funds and manage them regardless of the app or device you are using.

WHAT IS IT?
This is an extension by Guarda Wallet that allows in-browser access to Ethereum-based dApps. You love blockchain games or use DeFi apps then Guarda is your choice!  Though if you are just looking for a full-featured crypto wallet in browser extension format, Guarda is suitable too.

NON-CUSTODIAL SECURITY
Get full control over your crypto wallet private keys. Guarda Wallet likes to uphold privacy, that is why Guarda encrypts all users data and securely stores it on the device itself – no one can gain access to user funds except the private keys owner.

SUPPORTED COINS AND TOKENS
Native support for more than 45 blockchains:
Aryacoin (AYA) | Bitcoin (BTC) | Bitcoin Cash (BCH) | Bitcoin SV (BSV) | Bitcoin Gold (BTG) | Binance Coin (BNB) | Bithereum (BTH) | Ethereum (ETH) | Ethereum Classic (ETC) | Expanse (EXP) | TRON (TRX) | Callisto (CLO) | Cardano (ADA) | Cosmos (ATOM) | Creamcoin (CRM) | DASH | Decred (DCR) | DigiByte (DGB) | Dogecoin (DOGE) | Groestlcoin (GRS) | Gulden (NLG) | Horizen (ZEN) | Komodo (KMD) | Kin (KIN) | Ontology (ONT) | Ubiq (UBQ) | Lisk (LSK) | Litecoin (LTC) | NEM (XEM) | NEO | QTUM | Ravencoin (RVN) | Reddcoin (RDD) | Ripple (XRP) | Stellar (XLM) | Tezos (XTZ) | Verge (XVG) | Vechain (VET) | Vertcoin (VTC) | WAVES | Zcoin (XCZ) | Zcash (ZEC) | Ycash (YEC) | Polkadot (DOT)

OVER 10K TOKENS
All Ethereum- based tokens, TRON-based tokens (TRC10, TRC20), Binance Chain tokens (BEP2) and Waves tokens are supported.
Here is the list of some popular tokens available on Guarda:
MakerDAO (MKR), OMGToken (OMG), 0x Protocol (ZRX), Aeternity (AE), ICON (ICX), Basic Attention Token (BAT), Chainlink (LINK), Holo (HOT), Everipedia (IQ), Chiliz (CHZ), Augur (REP)

SUPPORTED STABLECOINS
Tether USDT (ERC20, TRC10, OMNI), True USD TUSD, Paxos Standard Token, USD Coin USDC, DAI, Gemini Dollar GUSD, Binance BUSD, Stasis EURS and others supported.

MOST EFFICIENT TECHNICAL SUPPORT
Our customer support team is here 24/7 to answer all your questions. We value the time of our users – it never takes longer than 5 minutes to answer your request.

Сhat with our support online!
Email: [email protected]

Also, you can use our extensive FAQ section or Academy to learn more about the wallet security, blockchain functionality, and specs.

Join our community on Telegram @Guarda_community and follow the news on Twitter @GuardaWallet                    

Grundlegende Informationen zur Erweiterung

Name Guarda Guarda
ID hpglfhgfnhbgpjdenjgmdgoeiappafln
Offizielle URL https://chromewebstore.google.com/detail/guarda/hpglfhgfnhbgpjdenjgmdgoeiappafln
Beschreibung Browser extension for Ethereum and any blockchain
Dateigröße 1.55 MB
Installationsanzahl 6,979
Aktuelle Version 1.1.0
Letztes Update 2022-10-16
Veröffentlichungsdatum 2020-06-22
Bewertung 3.93/5 Insgesamt 28 Bewertungen
Entwickler https://guarda.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://guarda.com/
Hilfeseite URL https://guarda.freshdesk.com/support/solutions
URL der Datenschutzrichtlinien-Seite https://guarda.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "offline_enabled": false,
    "icons": {
        "128": ".\/images\/icon_128.png",
        "48": ".\/images\/icon_48.png",
        "16": ".\/images\/icon_16.png"
    },
    "action": {
        "default_title": "Guarda wallet",
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                ".\/src\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "src\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}