Fetch
Simple & Powerful Ethereum Wallet
Fetchとは何ですか?
Fetchはhttps://hellofetch.coによって開発されたChromeの拡張機能で、その主な機能は「Simple & Powerful Ethereum Wallet」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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:;"
} | |