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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fetch.ee และคุณลักษณะหลักของมันคือ "No sign-up required. Works with Amazon UK/US. Stop waiting for the best price alerts, get the best offers instantly while shopping."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fetchee: Best Price Offers for Amazon
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fetchee: Best Price Offers for Amazon |
ID | mbnidpblocjfgjkpgcbikpokobjamknl |
URL อย่างเป็นทางการ | 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" ] } |