TakeDiscount - Compare prices and save money

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

TakeDiscount - Compare prices and save money란 무엇입니까?

TakeDiscount - Compare prices and save money은(는) proDV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the best price in all Amazon stores and start saving money"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TakeDiscount - Compare prices and save money 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TakeDiscount allows you to compare the prices of all Amazon stores in real time and helps you save money on your purchases.

Take advantage of the price difference of all Amazon stores and buy in the store where your product is cheaper. You can buy at: Amazon.es, Amazon.de, Amazon.it, Amazon.fr and Amazon.co.uk.

The extension will display within any Amazon product page. All available prices will appear and you can compare them. You just have to click on any of them and it will redirect you to the Amazon store of your choice.

How to buy from another Amazon store? 
Buying in other Amazon stores is exactly the same as in the store in your country. You can log in with the account credentials of your country because it is synchronized with the rest of the countries. To understand the language we recommend using the Google Translate extension.                    

확장 프로그램 기본 정보

이름 TakeDiscount - Compare prices and save money TakeDiscount - Compare prices and save money
ID lbmaeknokggdbaekmbdahmieadopdfhm
공식 URL https://chromewebstore.google.com/detail/takediscount-compare-pric/lbmaeknokggdbaekmbdahmieadopdfhm
설명 Find the best price in all Amazon stores and start saving money
파일 크기 666 KB
설치 횟수 101
현재 버전 1.2
최근 업데이트 2022-10-03
출시 날짜 2022-09-15
개발자 proDV
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2",
    "icons": {
        "16": "iconofinal.png",
        "48": "iconofinal.png",
        "64": "iconofinal.png",
        "128": "iconofinal.png"
    },
    "description": "__MSG_appDesc__",
    "default_locale": "es",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/*.amazon.*\/*\/dp\/*\/*",
                "https:\/\/*.amazon.*\/dp\/*",
                "https:\/\/*.amazon.*.*\/dp\/*\/*",
                "https:\/\/*.amazon.*.*\/*\/dp\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background_script.js"
    }
}