Amazon European Comparison

Compare European and International Amazon stores to find the cheapest prices while you shop!

ما هو Amazon European Comparison؟

Amazon European Comparison هو إضافة Chrome تم تطويرها بواسطة Rad Apps، والميزة الرئيسية لها هي "Compare European and International Amazon stores to find the cheapest prices while you shop!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Amazon European Comparison

قم بتنزيل ملفات الامتداد Amazon European Comparison بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم Amazon European Comparison Amazon European Comparison
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\/*"
    ]
}