Fetch

Simple & Powerful Ethereum Wallet

Fetchคืออะไร?

Fetch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hellofetch.co และคุณลักษณะหลักของมันคือ "Simple & Powerful Ethereum Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fetch

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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:;"
}