Amazon European Comparison
Compare European and International Amazon stores to find the cheapest prices while you shop!
Amazon European Comparison란 무엇입니까?
Amazon European Comparison은(는) Rad Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare European and International Amazon stores to find the cheapest prices while you shop!"입니다.
확장 프로그램 스크린샷
Amazon European Comparison 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Amazon's unofficial European price comparison extension! Instantly grabs the cheapest prices from German, Italy, Spanish, France and UK Amazon sites and shows you the cheapest one! Converts to your local currency, Easy to understand price differences. Great way to save money easily with zero effort. Change Log ========= :Version 1.2.5 - New "Nagger" Feature: Set a percentage threshold and be alerted when it is found cheaper automatically. - Bug fixes, performance and UI improvements. :Version 1.2.4 - UI changes * Percentage UI information *Arrows to indicate increase / decrease - More accurate price results on certain items :Version 1.2.2 - Bug Fixes
확장 프로그램 기본 정보
이름 | |
ID | pfdmjclhdndfacbmbkhlfcjjieojabib |
공식 URL | https://chrome.google.com/webstore/detail/amazon-european-compariso/pfdmjclhdndfacbmbkhlfcjjieojabib |
설명 | Compare European and International Amazon stores to find the cheapest prices while you shop! |
파일 크기 | 75.42 KB |
설치 횟수 | 105 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2018-07-10 |
출시 날짜 | 2018-07-10 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Rad Apps |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon European Comparison", "description": "Compare European and International Amazon stores to find the cheapest prices while you shop!", "version": "1.2.5", "background": { "scripts": [ "lib\/money.min.js", "lib\/jquery.min.js", "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "storage", "activeTab", "tabs" ], "icons": { "16": "img\/16.png", "64": "img\/64.png", "128": "img\/128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.amazon.*\/*" ], "js": [ "lib\/popper.min.js", "lib\/tippy.standalone.min.js", "content.js" ], "css": [ "css\/tippy-content.css" ] } ], "browser_action": { "default_title": "Amazon Compare Bot", "default_icon": "img\/64.png", "default_popup": "template\/popup.html" }, "manifest_version": 2, "web_accessible_resources": [ "img\/*" ] } |