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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |