Price Tracker for Amazon Price History

Amazon Price Tracker tracks Amazon price History, Displays on-page price graphs, Auto Buy Mobile Phones during the Flash Sale.

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

Price Tracker for Amazon Price History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hoppingeek และคุณลักษณะหลักของมันคือ "Amazon Price Tracker tracks Amazon price History, Displays on-page price graphs, Auto Buy Mobile Phones during the Flash Sale."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Amazon Price History - PriceBeat 📈

This Amazon India Price tracker extension and flash sale AutoBuy extension will help users to track amazon price history and help in deciding the right time to buy the product.

The easy-to-use design of this amazon price tracker extension will show you an on-page price history graph on the product page itself. You don’t need to hover anywhere to check the amazon price history.

Price Tracker for Amazon - 📈

This Amazon Price History extension will help you to track the product price for Amazon India or 'amazon.in' you can easily track the price for Amazon products using this 'Price Tracker for Amazon' Chrome Extension.

Flash Sale Helper or Flash Sale AutoBuy 🤖

This extension also supports buying exclusive products from Amazon during Flash Sales. The extension has a built-in script that will help you add your products to your amazon cart during the flash sale so that you don’t miss out on any of the deals.

With the Flash Sale AutoBuy extension function, you can automatically add products to your cart and you can also automatically check out the same product by just filling up the basic delivery details of yours.

Affiliate Disclosure ✅

This is to inform all user of this extension that we are using 'Affiliate links' in the 'Latest Deals' section.

Which means we'll receive a small amount of commission if you buy any products listed in the 'Latest Deals' section.

Price tracker for Amazon is a participant in the 'Affiliate Program', an affiliate advertising program designed for online marketers or developers to provide a means to earn advertising fees by advertising their products.

Latest Deals 💸

With the Amazon India Price Tracker extension, you will get another very useful ad-on which is Amazon Latest Deals which will keep you updated with the latest deals in Amazon India. And helps you to buy the products at more discounted prices.

With this Amazon Price Tracker extension, you’ll stay updated with the latest Amazon Deals without any extra effort. And get the product without paying the extra penny.

Top Features 😀

⚡ Amazon Price History
Detailed Amazon Price tracker charts show All historical prices & the lowest price of Amazon products.

⚡ Amazon Flash Sale AutoBuy
Helps you Auto Buy Amazon products during Flash Sales.

⚡ Amazon Latest Deals
Updates latest deals from Amazon India, to keep you updated.

No need to create an account. Just install the Amazon India Price tracker extension and start saving money.

Shop smartly with PriceBeat on Amazon. 🤑                    

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

ชื่อ Price Tracker for Amazon Price History Price Tracker for Amazon Price History
ID glojfajolghmdlhbnjnlcjhnfefacggk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/price-tracker-for-amazon/glojfajolghmdlhbnjnlcjhnfefacggk
คำอธิบาย Amazon Price Tracker tracks Amazon price History, Displays on-page price graphs, Auto Buy Mobile Phones during the Flash Sale.
ขนาดไฟล์ 315 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-01-16
วันที่เผยแพร่ 2021-11-13
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา hoppingeek
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.hoppingeek.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.hoppingeek.com/privacy-policy-chrome-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Price Tracker for Amazon Price History",
    "version": "1.0.1",
    "description": "Amazon Price Tracker tracks Amazon price History, Displays on-page price graphs, Auto Buy Mobile Phones during the Flash Sale.",
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Amazon Autobuy",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.ajio.com\/*",
                "*:\/\/*.myntra.com\/*",
                "*:\/\/*.flipkart.com\/*",
                "*:\/\/*.tatacliq.com\/*",
                "*:\/\/*.zivame.com\/*",
                "*:\/\/*.makemytrip.com\/*",
                "*:\/\/*.goibibo.com\/*",
                "*:\/\/*.oyorooms.com\/*",
                "*:\/\/*.bigrock.in\/*",
                "*:\/\/*.bluehost.in\/*",
                "*:\/\/*.godaddy.com\/*",
                "*:\/\/*.hostgator.in\/*"
            ],
            "js": [
                "jquery.min.js",
                "aff.js",
                "amazon.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "aff.js",
                "messaging.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "cookies",
        "gcm",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "amazon.js",
                "images\/icon.png",
                "jquery.min.js",
                "aff.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "Amazon Flash Sale AutoBuy."
}