EO.Finance: Crypto & Fiat Wallet

EO.Finance is a Crypto & Fiat wallet. We provide accounts in more than 40 different crypto and fiat currencies.

什麼是EO.Finance: Crypto & Fiat Wallet?

EO.Finance: Crypto & Fiat Wallet是由https://eo.finance開發的Chrome擴展程式,該擴展的主要功能是“EO.Finance is a Crypto & Fiat wallet. We provide accounts in more than 40 different crypto and fiat currencies.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載EO.Finance: Crypto & Fiat Wallet擴展crx文件

下載EO.Finance: Crypto & Fiat Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        EO.Finance is a Crypto & Fiat wallet. We provide accounts in more than 40 different crypto and fiat currencies. 
European licenses: FRK000161 Virtual Currency Wallet and FVR000193 Virtual Currency Exchange

• Get 40+ current accounts in just one second
• Control your finances with a detailed statement
• Add fiat funds directly from your debit or credit card
• Buy bitcoin with bank card or any other crypto
• Sell crypto and send funds to your bank card
• Deposit Bitcoin, Ripple or any other crypto with no fees from crypto exchanges
• Instantly exchange fiat to crypto, crypto to crypto, crypto to fiat
• Exchange fiat to Bitcoin (BTC), Ripple (XRP), Ethereum (ETH) and many others cryptos and vice versa
• We provide our clients with best exchange rates
• Instant crypto and fiat transfers to other EO.Finance clients with no fees

Our customers are our highest priority, and we would love to receive your feedback for our products, please contact us at [email protected]                    

擴展基本資訊

名稱 EO.Finance: Crypto & Fiat Wallet EO.Finance: Crypto & Fiat Wallet
ID hoighigmnhgkkdaenafgnefkcmipfjon
官方網址 https://chromewebstore.google.com/detail/eofinance-crypto-fiat-wal/hoighigmnhgkkdaenafgnefkcmipfjon
簡介 EO.Finance is a Crypto & Fiat wallet. We provide accounts in more than 40 different crypto and fiat currencies.
檔案大小 1.83 MB
安裝次數 2,356
目前版本 2.5.2
更新時間 2019-06-11
上架時間 2019-06-11
評分 4.56/5 共 9 次評分
開發者 https://eo.finance
電子郵箱 [email protected]
付費類型 free
擴展官網 https://eo.finance
說明頁面URL https://eo.finance
隱私政策頁面URL https://eo.finance/about/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EO.Finance: Crypto & Fiat Wallet",
    "description": "EO.Finance is a Crypto & Fiat wallet. We provide accounts in more than 40 different crypto and fiat currencies.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "64": "64.png",
            "128": "128.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "version": "2.5.2"
}