Fetch

Simple & Powerful Ethereum Wallet

什麼是Fetch?

Fetch是由https://hellofetch.co開發的Chrome擴展程式,該擴展的主要功能是“Simple & Powerful Ethereum Wallet”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Fetch擴展crx文件

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

擴展使用說明

                        Fetch is a powerful and simple Ethereum wallet that makes it easy to see the best prices for a trade and make trades with one-click. 

- Scans and finds your holdings automatically across 200+ tokens. Never enter another contract address. 
- Check prices from 20+ exchanges for a trade, kayak-style. 
- Make trades with one-click across anonymous and decentralized exchanges. 
- Automatically optimizes gas for any transaction so you don't have to worry about it. 
- Use on any platform. Desktop, web and browser extension today. Mobile app coming soon!
- Complete security - your keys are always your own!
- Easy customer support! We love to help our users.

Learn more:
- Fetch homepage - https://hellofetch.co 
- Download Fetch for Desktop - https://hellofetch.co/download
- Use Fetch on the web - https://app.hellofetch.co                    

擴展基本資訊

名稱 Fetch Fetch
ID kecmijodnhdfdcloacgloliacdofcedj
官方網址 https://chromewebstore.google.com/detail/fetch/kecmijodnhdfdcloacgloliacdofcedj
簡介 Simple & Powerful Ethereum Wallet
檔案大小 2.08 MB
安裝次數 123
目前版本 0.0.6
更新時間 2019-08-12
上架時間 2019-08-12
評分 5.00/5 共 1 次評分
開發者 https://hellofetch.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hellofetch.co
說明頁面URL https://intercom.help/hellofetch
隱私政策頁面URL https://hellofetch.co/privacy-policy.pdf
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fetch",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Simple & Powerful Ethereum Wallet",
    "homepage_url": "https:\/\/hellofetch.co",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "Fetch",
        "default_popup": "fetch.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "webRequest",
        "notifications"
    ],
    "content_security_policy": "default-src 'self';  script-src 'self' https:\/\/api.hellofetch.co https:\/\/cdn.segment.com https:\/\/cdn.mxpnl.com https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com 'unsafe-eval'; connect-src https:\/\/api.hellofetch.co https:\/\/api-iam.intercom.io wss:\/\/nexus-websocket-a.intercom.io https:\/\/api.mixpanel.com https:\/\/api.segment.io;  style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;"
}