Amazon Deal Finder

Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?

ما هو Amazon Deal Finder؟

Amazon Deal Finder هو إضافة Chrome تم تطويرها بواسطة qhoxie، والميزة الرئيسية لها هي "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Amazon Deal Finder

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

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

                        This extension will show you right on the Amazon product page if the price you are seeing is a good price, a bad price, or even the best price yet.  Now you can be confident if now is a good time to buy.

We'll also help you find and get all the best Amazon deals, coupons codes, and promotions.  It all is done automatically and requires nothing beyond installing this extension!                    

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

الاسم Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
الوصف Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
حجم الملف 1.08 MB
عدد التثبيتات 17
النسخة الحالية 1.0.1
آخر تحديث 2019-09-03
تاريخ النشر 2019-08-28
المطور qhoxie
نوع الدفع free
موقع الإضافة https://dailydealfinder.xyz/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Amazon Deal Finder",
    "description": "Get the best deals on Amazon products.  Is that a good price?  Should I buy now or wait?",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}