Save on your Amazon purchases in Europe

Find the best price in all Amazon stores and start saving money right now

Save on your Amazon purchases in Europe란 무엇입니까?

Save on your Amazon purchases in Europe은(는) https://tonydealz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the best price in all Amazon stores and start saving money right now"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save on your Amazon purchases in Europe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly compare prices of products you are interested in from all Amazon shops in Europe with our extension.
It allows you to compare prices from other European Amazon shops easily, so you can save money on your purchase.

It is important to know that the Amazon website often offers the same product in several European countries with different prices. That's why it's important to compare prices across the EU before you buy, so you can find better deals.

If you buy on Amazon in Europe, you are likely to find a better deal in other countries.
Use this extension to find out. Simply visit the product page you are interested in on Amazon to get the best prices 😉

We hope you like our tool.
More updates coming soon to help you 🔥

Any suggestions? You can contact me 📞

You can also visit the online version at https://tonydealz.com 🔗

** DISCLAIMER**
As an Amazon Associate affiliate, this extension can earn money on qualified purchases at no additional cost to the user.                    

확장 프로그램 기본 정보

이름 Save on your Amazon purchases in Europe Save on your Amazon purchases in Europe
ID boabbagmlnkhjliijgampokacjagekdh
공식 URL https://chromewebstore.google.com/detail/save-on-your-amazon-purch/boabbagmlnkhjliijgampokacjagekdh
설명 Find the best price in all Amazon stores and start saving money right now
파일 크기 34.13 KB
설치 횟수 221
현재 버전 1.1.15
최근 업데이트 2023-06-26
출시 날짜 2022-12-22
평점 4.67/5 총 3 개의 평점
개발자 https://tonydealz.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tonydealz.com
도움말 페이지 URL https://tonydealz.com
지원되는 언어 de,en,fr,nl,es,it,pl,cs,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.15",
    "default_locale": "en",
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "img\/icon16x16.png",
            "48": "img\/icon48x48.png",
            "128": "img\/icon128x128.png"
        }
    },
    "icons": {
        "16": "img\/icon16x16.png",
        "48": "img\/icon48x48.png",
        "128": "img\/icon128x128.png"
    },
    "options_page": "src\/options\/options.html",
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "src\/content\/content.js"
            ],
            "css": [
                "src\/content\/content.css"
            ],
            "matches": [
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.se\/*"
            ]
        }
    ]
}