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 هو إضافة Chrome تم تطويرها بواسطة proDV، والميزة الرئيسية لها هي "Find the best price in all Amazon stores and start saving money".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TakeDiscount - Compare prices and save money

قم بتنزيل ملفات الامتداد TakeDiscount - Compare prices and save money بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}