Amazon Price Tracker

Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop

ما هو Amazon Price Tracker؟

Amazon Price Tracker هو إضافة Chrome تم تطويرها بواسطة https://pricetracker.zoomzio.com، والميزة الرئيسية لها هي "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        There is no membership. no fees.  It can track as many items as you want.

Features: 
* Just go to any Amazon product page and click on the "Price Tracker" icon. The item will be added to your product list instantly.

* You can set the email alerts for the individual products. 

* You can also use the Price Watcher as a product registry or shopping list for Amazon items. 

* With our "lighting search" feature, you can get search results instantly.

Please provide us with any feedback you may have and please remember to rate us!

Limitations: 
1) Only works on Amazon US 

-Version 1.0 : Initial version                    

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

الاسم Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
الوصف Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
حجم الملف 52.73 KB
عدد التثبيتات 193
النسخة الحالية 1.2.0
آخر تحديث 2014-01-18
تاريخ النشر 2014-01-18
تقييم 4.29/5 مجموع تقييمات 7
المطور https://pricetracker.zoomzio.com
نوع الدفع free
موقع الإضافة http://pricetracker.zoomzio.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Price Tracker",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/pricetracker.zoomzio.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "short_name": "PriceTracker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}