Price Tracker for Amazon

Enable the Price Tracker for Amazon on product page. Find the detailed price history, available colors, and products ranks

Price Tracker for Amazonคืออะไร?

Price Tracker for Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ecom Bullet และคุณลักษณะหลักของมันคือ "Enable the Price Tracker for Amazon on product page. Find the detailed price history, available colors, and products ranks"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Tracker for Amazon

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

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

                        With Amazon quick view chrome extension users can easily find out all the available colors, product rank on category level and the first published date across all the listing pages on the website. Product rank at the category level helps buyers make a smart decision on product purchase.  

The first published date of any listing informs buyers about when the product was first made available on Amazon. 

Key Features of this extension:

>>This extension precisely finds all the colors available for each product available on Amazon. 
>>You can also find the product rank at the category level so that it becomes easy to make a decision to buy or not. 
>>This extension also gives information about the first publish date of all the listings on Amazon. 
>>Quick ASIN finder across all of the amazon products

If you have any other quick view feature request kindly contact us on the support email. 

Version 2.1.1 - 3.1.5
>> Bug fixes
>> Bug in grid view of Amazon™ grid view fixed

Version 2.1.0
>> Extended Support for Myntra
>> ASIN extended to deal of the day and category page

Version 2.0.3
>>  ASIN copy option added
>> BSR (Best seller ranks) extended to more products

Version 2.0.2
>> UI/Ux bug fix for grid view

Version 2.0.1
>> Price graph added
>> Grid view layout bug fix

Version 1.0.1 
>>Added ASIN finder support
>> Bug fix for grid layout
>> Added product launch date

Version 0.0.2
>>Improved accuracy on more categories                    

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

ชื่อ Price Tracker for Amazon Price Tracker for Amazon
ID nflmjmakkinlhnhbifjenoblkejndhja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/price-tracker-for-amazon/nflmjmakkinlhnhbifjenoblkejndhja
คำอธิบาย Enable the Price Tracker for Amazon on product page. Find the detailed price history, available colors, and products ranks
ขนาดไฟล์ 661 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 3.1.5
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2022-04-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ecom Bullet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ecombullet.com
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/11B1IxxGZzNd0jOqzUcQx91rl6po-WsdafUcck3x-owo/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1.5",
    "name": "Price Tracker for Amazon",
    "description": "Enable the Price Tracker for Amazon on product page. Find the detailed price history, available colors, and products ranks",
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}