Amazon Lowest Offers

Find the lowest price for any given item on Amazon.com! Amazon has items that may have multiple options, such as size and colors,…

Amazon Lowest Offersคืออะไร?

Amazon Lowest Offers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LowestOffers และคุณลักษณะหลักของมันคือ "Find the lowest price for any given item on Amazon.com! Amazon has items that may have multiple options, such as size and colors,…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Lowest Offers

ดาวน์โหลดไฟล์ส่วนขยาย Amazon Lowest Offers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find the lowest price for any given item on Amazon.com!
Amazon has items that may have multiple options, such as size and colors, that all have different prices, especially with items like clothing, shoes, etc. For example, when you see an article of clothing marked “$15.81-$44.09” (see picture 2), you may not find the exact size and color option for the $15.81 even after scrolling through hundreds of price offers.

Amazon Lowest Price Offer can show you the lowest price for that clothing in just ONE click. For example, (see picture 4), you can very easily and clearly see all the different lowest prices for sizes and colors, new and used items. You can easily purchase the one you would like by pressing the “add to cart” and check out.

Additionally, Amazon Lowest Offers extension can be activated with a right click! Just right click on the link that you wish to find lowest offer for (see picture 5) and select the "Open Lowest Offers" option to open the page.

We currently support Amazon.com and Amazon.ca only, if you would like us to add support for Amazon in your country, please leave a comment and we will try to incorporate it in the application.

We are a participant in the Amazon ServicesLLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon Lowest Offers Amazon Lowest Offers
ID ijjofaknmlojinndembbnmcomkndmeon
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/amazon-lowest-offers/ijjofaknmlojinndembbnmcomkndmeon
คำอธิบาย Find the lowest price for any given item on Amazon.com! Amazon has items that may have multiple options, such as size and colors,…
ขนาดไฟล์ 47.16 KB
จำนวนการติดตั้ง 1,112
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2019-06-30
วันที่เผยแพร่ 2019-06-19
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา LowestOffers
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://amazonlowestoffers.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Lowest Offers",
    "permissions": [
        "contextMenus",
        "tabs",
        "*:\/\/*\/*"
    ],
    "version": "2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": []
}