Amazon Price Comparator

This extension shows the price of the Amazon item in the current page for every other Amazon shop

ما هو Amazon Price Comparator؟

Amazon Price Comparator هو إضافة Chrome تم تطويرها بواسطة DocKuro، والميزة الرئيسية لها هي "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Amazon Price Comparator

قم بتنزيل ملفات الامتداد Amazon Price Comparator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site.
Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account.
Click on the price to visit the product page in the other amazon page.                    

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

الاسم Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
الوصف This extension shows the price of the Amazon item in the current page for every other Amazon shop
حجم الملف 45.28 KB
عدد التثبيتات 1,000
النسخة الحالية 1.4.1
آخر تحديث 2016-04-08
تاريخ النشر 2016-04-08
تقييم 3.50/5 مجموع تقييمات 6
المطور DocKuro
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Comparator",
    "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop",
    "version": "1.4.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prices.html",
        "default_title": "Compare Prices!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}