Amazon Price Compare

Compare prices across all Amazon european marketplaces. Save money by comparing prices of stores in the European Union.

Amazon Price Compare란 무엇입니까?

Amazon Price Compare은(는) https://dealfinder.altervista.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare prices across all Amazon european marketplaces. Save money by comparing prices of stores in the European Union."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Amazon Price Compare 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Amazon Price Compare allows you to compare prices from other european Amazon stores for any product by one click.

Amazon offers many products in multiple countries at different prices. In Europe there are 5 different Amazon sites from where you can order. By comparing these offers and getting the lowest price you can safe money. Even though you have to pay shipping fees when ordering abroad the total price is often lower. For ordering on Amazon in another country you can simply use the login credentials you use in your own country and pay via credit card.

This site compares the prices, calculates shipping fees and converts currencies to get you the lowest price in Europe.

If you're shopping on Amazon in Europe, you might be able to find a better deal in another country. Use this extension to find out!                    

확장 프로그램 기본 정보

이름 Amazon Price Compare Amazon Price Compare
ID lpioecjgaljbjbpnjjnbnhonfalgcnle
공식 URL https://chromewebstore.google.com/detail/amazon-price-compare/lpioecjgaljbjbpnjjnbnhonfalgcnle
설명 Compare prices across all Amazon european marketplaces. Save money by comparing prices of stores in the European Union.
파일 크기 118 KB
설치 횟수 4,541
현재 버전 2.0
최근 업데이트 2024-01-20
출시 날짜 2020-06-01
평점 3.97/5 총 33 개의 평점
개발자 https://dealfinder.altervista.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dealfinder.altervista.org/amz/
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/38422953
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/mustache.js",
                "lib\/globalize.js",
                "lib\/globalize.cultures.js",
                "compare.js"
            ],
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.es\/*",
                "http:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.it\/*",
                "http:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.nl\/*",
                "http:\/\/www.amazon.com.be\/*",
                "https:\/\/www.amazon.com.be\/*",
                "http:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.se\/*",
                "http:\/\/smile.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*",
                "http:\/\/smile.amazon.co.uk\/*",
                "https:\/\/smile.amazon.co.uk\/*",
                "http:\/\/smile.amazon.de\/*",
                "https:\/\/smile.amazon.de\/*",
                "http:\/\/smile.amazon.fr\/*",
                "https:\/\/smile.amazon.fr\/*",
                "http:\/\/smile.amazon.es\/*",
                "https:\/\/smile.amazon.es\/*",
                "http:\/\/smile.amazon.it\/*",
                "https:\/\/smile.amazon.it\/*",
                "http:\/\/smile.amazon.nl\/*",
                "https:\/\/smile.amazon.nl\/*",
                "http:\/\/smile.amazon.com.be\/*",
                "https:\/\/smile.amazon.com.be\/*",
                "http:\/\/smile.amazon.se\/*",
                "https:\/\/smile.amazon.se\/*",
                "https:\/\/www.ecb.europa.eu\/stats\/eurofxref\/*"
            ]
        }
    ],
    "description": "Compare prices across all Amazon european marketplaces. Save money by comparing prices of stores in the European Union.",
    "homepage_url": "https:\/\/dealfinder.altervista.org\/",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "24": "icons\/icon_24.png",
        "16": "icons\/icon_16.png"
    },
    "manifest_version": 3,
    "name": "Amazon Price Compare",
    "short_name": "Amazon Price Compare",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.be\/*",
                "https:\/\/*.amazon.se\/*"
            ],
            "resources": [
                "images\/icon.png",
                "images\/loader.gif",
                "images\/placeholder.png",
                "images\/return.png",
                "images\/kofi.png",
                "css\/style.css",
                "tooltip.html"
            ]
        }
    ]
}