Fetchee: Best Price Offers for Amazon
No sign-up required. Works with Amazon UK/US. Stop waiting for the best price alerts, get the best offers instantly while shopping.
什麼是Fetchee: Best Price Offers for Amazon?
Fetchee: Best Price Offers for Amazon是由https://fetch.ee開發的Chrome擴展程式,該擴展的主要功能是“No sign-up required. Works with Amazon UK/US. Stop waiting for the best price alerts, get the best offers instantly while shopping.”。
擴展截圖
下載Fetchee: Best Price Offers for Amazon擴展crx文件
下載Fetchee: Best Price Offers for Amazon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Fetchee scans all Amazon seller listings and finds those who offer the same product. It collects prices, ratings, Prime status, delivery terms, and displays a notification with a comparison table when a better offer is available.
Supported and localized sites:
- Amazon United Kingdom (amazon.co.uk)
- Amazon Germany (amazon.de)
- Amazon France (amazon.fr)
- Amazon Italy (amazon.it)
- Amazon Spain (amazon.es)
- Amazon Netherlands (amazon.nl)
By using this application you agree to Terms Of Service, published at https://fetch.ee/en/tos 擴展基本資訊
| 名稱 | |
| ID | mbnidpblocjfgjkpgcbikpokobjamknl |
| 官方網址 | https://chromewebstore.google.com/detail/fetchee-best-price-offers/mbnidpblocjfgjkpgcbikpokobjamknl |
| 簡介 | No sign-up required. Works with Amazon UK/US. Stop waiting for the best price alerts, get the best offers instantly while shopping. |
| 檔案大小 | 432 KB |
| 安裝次數 | 438 |
| 目前版本 | 1.0.36 |
| 更新時間 | 2019-09-18 |
| 上架時間 | 2019-09-18 |
| 評分 | 4.95/5 共 82 次評分 |
| 開發者 | https://fetch.ee |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://fetch.ee |
| 說明頁面URL | https://fetch.ee/en/help/ |
| 支援的語言 | de,en,fr,nl,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.36",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon-38.png"
},
"icons": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"38": "images\/icon-38.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.it\/*",
"https:\/\/www.amazon.es\/*",
"https:\/\/www.amazon.co.uk\/*"
],
"all_frames": false,
"js": [
"content.js"
],
"run_at": "document_start",
"css": [
"fonts.css"
]
}
],
"permissions": [
"storage",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.it\/*",
"https:\/\/www.amazon.es\/*",
"https:\/\/www.amazon.co.uk\/*"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"content.css",
"*.woff2"
]
} | |