EQUAL Wallet

EQUAL Wallet

Co je EQUAL Wallet?

EQUAL Wallet je rozšíření Chrome vyvinuté https://equal.tech, a jeho hlavní funkcí je „EQUAL Wallet“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření EQUAL Wallet

Stáhněte si soubory rozšíření EQUAL Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Interested in Cryptocurrency but a little confused where to start? Looking for the perfect Binance DEX Wallet? Not sure how to send, store or receive assets? That’s fine. We scrapped all the technical mumbo jumbo and made it simple, you’re in good hands now.

What is the EQUAL Wallet?

We’re a simple, easy to use Multi-chain Cryptocurrency wallet empowering you to send, store and receive all Ethereum & Binance assets! You can enjoy tracking all of your investments in a single beautiful dashboard, you control all your assets while we give you the tools to keep them safe.

Checked your portfolio gains 20 times today? Take a break and enjoy all the blockchain has to offer in our very own DAPP Store. Browse a range of games, exchanges and other decentralised apps right from the comfort of your wallet.


So who was the EQUAL Wallet made for?

Anyone! Whether you’re new to Blockchain or a seasoned full stack nerd, we cater to all!
Blockchain made simple.


What can the EQUAL Wallet do?

• Keep your funds safe, with its NSA grade encryption 
• Send, store and receive Ethereum and all Ethereum based tokens.
• Send, store and receive BNB and all BEP-2 tokens
• Send, store and receive Bitcoin
• Send, store and receive other blockchain assets as they become available inside the wallet
• Seamlessly connect to the Binance DEX and trade from your own wallet
• Credit Card facilitation
• iOS & Android apps as they become available
• Internal swapping exchange
• WEB3 API support
• A slick and simple user interface, enables all users to adopt the Equal Wallet, no matter how technically able they may be with cryptocurrency - the transfer of value should be simple, not complex, even if the underlying technology is.
 • Web3 injection, allows the Equal Wallet to seamlessly connect and interface with Decentralised Exchanges, simplifying the experience of depositing and withdrawing Equal onto any DEX.
• Browse the decentralised web from the safety of your wallet
• Secure local storage of your crypto assets (encrypted and recoverable with your own private seed phrase)
• Automatically displays any supported token in your wallet (no need to manually add each asset)
• All balances displayed in local currency

The Equal Wallet will set the standard of product development that all Equal powered services should be aiming to reach, in regards to ease of use, design and an overarching goal to allow for the mainstream adoption of simple to use crypto services.



Privacy Policy & Terms of Use: 
https://equal.tech/legal-privacy                    

Základní Informace o Rozšíření

Název EQUAL Wallet EQUAL Wallet
ID blnieiiffboillknjnepogjhkgnoapac
Oficiální URL https://chrome.google.com/webstore/detail/equal-wallet/blnieiiffboillknjnepogjhkgnoapac
Popis EQUAL Wallet
Velikost souboru 12.32 MB
Počet instalací 1,000
Aktuální Verze 1.2.3
Poslední Aktualizace 2021-03-16
Datum Vydání 2020-03-14
Hodnocení 4.73/5 Celkem 55 Hodnocení
Vývojář https://equal.tech
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://equal.tech/thankyou
URL Stránky Zásad Ochrany Soukromí https://equal.tech/legal-privacy
Podporované Jazyky de,en,fr,nl,vi,tr,es,it,sl,cs,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EQUAL Wallet",
    "short_name": "EQUAL Wallet",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "EQUAL Wallet",
    "author": "http:\/\/equal.tech",
    "browser_action": {
        "default_icon": {
            "16": "images\/new-icon-16.png",
            "48": "images\/new-icon-48.png"
        },
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "images\/new-icon-16.png",
        "48": "images\/new-icon-48.png",
        "128": "images\/new-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "server\/background.js",
            "hot-reload.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "index.html",
        "chrome-extension:\/\/*",
        "inpage.js",
        "web3.min.js",
        "*.ttf"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "activeTab",
        "notifications",
        "background",
        "clipboardRead",
        "clipboardWrite",
        "debugger",
        "management",
        "storage",
        "webRequest",
        "contextMenus",
        ""
    ]
}