Guarda

Browser extension for Ethereum and any blockchain

ما هو Guarda؟

Guarda هو إضافة Chrome تم تطويرها بواسطة https://guarda.com، والميزة الرئيسية لها هي "Browser extension for Ethereum and any blockchain".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Guarda

قم بتنزيل ملفات الامتداد Guarda بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Guarda Guarda
ID hpglfhgfnhbgpjdenjgmdgoeiappafln
عنوان URL الرسمي https://chromewebstore.google.com/detail/guarda/hpglfhgfnhbgpjdenjgmdgoeiappafln
الوصف Browser extension for Ethereum and any blockchain
حجم الملف 1.55 MB
عدد التثبيتات 6,979
النسخة الحالية 1.1.0
آخر تحديث 2022-10-16
تاريخ النشر 2020-06-22
تقييم 3.93/5 مجموع تقييمات 28
المطور https://guarda.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://guarda.com/
عنوان صفحة المساعدة https://guarda.freshdesk.com/support/solutions
عنوان صفحة سياسة الخصوصية https://guarda.com/privacy-policy
اللغات المدعومة 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"
    ]
}