Amazon Price Tracker - Pricepulse

Track Amazon prices, get price drop notifications. Buy with the help of Ai. Best Amazon Price tracker and Free Price tracker!

What is Amazon Price Tracker - Pricepulse?

Amazon Price Tracker - Pricepulse is a Chrome extension developed by https://pricepulse.app, and its main feature is "Track Amazon prices, get price drop notifications. Buy with the help of Ai. Best Amazon Price tracker and Free Price tracker!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Amazon Price Tracker - Pricepulse Extension CRX File

Download Amazon Price Tracker - Pricepulse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pricepulse is the best and most reliable Amazon price tracker in the market.


• Best Amazon Price Tracker tool.

• Recibe Price Drops Notifications.

• Get Price Analysis with the help of Artificial Intelligence.

• Over 500 millions tracked on Amazon.com.

•  100% FREE! 

With Pricepulse you can start tracking Amazon products now.  Pricepulse has developed innovative  Artificial Intelligence technology for Price Analysis  Prices change millions of times every day,  Pricepulse understands real prices behaviors and helps know when is the best time to buy. This is the best way to save money!

Our algorithms automatically perform amazon price checks and  and weighs all possible purchase options, it tells you when exactly is a good time to wait for a price drop and when the price is right and your best move is... to buy now! 

Additionally you can checks every product’s Amazon price history and determine if you’re buying it a the lowest price.(If you are familiar with Camel Camel Camel, Honey, Yroo or Keepa you'll love this Amazon price tracker extension)

Top features:

★ PRICE ALERTS track products and receive price alerts via push notifications the instant prices drop.

★ FORECAST with the help of Artificial Intelligence technology so you know when product prices are predicted drop.

★ SAVE TIME: Pricepulse does all the price comparison work for you, meaning money is not the only thing you save!

★ PERSONALIZED COUPONS: having Pricepulse by your side is like having coupons for exactly what you want. 

★ FEEL POSITIVE: Using Pricepulse is a guarantee you are getting the absolute best price. This way, you can consistently feel positive about your purchases while saving tons of money in the process. 

This is perfect tool for e commerce shopping. Don’t wait until Black Friday or Cyber Monday to get the best deals, they are happening now, every day!                    

Extension Basic Information

Name Amazon Price Tracker - Pricepulse Amazon Price Tracker - Pricepulse
ID nbncllaepjlnkaigldfgghjkcgjkpgpa
Official URL https://chromewebstore.google.com/detail/amazon-price-tracker-pric/nbncllaepjlnkaigldfgghjkcgjkpgpa
Description Track Amazon prices, get price drop notifications. Buy with the help of Ai. Best Amazon Price tracker and Free Price tracker!
File Size 165 KB
Installation Count 9,193
Current Version 1.7
Last Updated 2020-11-13
Publish Date 2020-07-02
Rating 3.30/5 Total 27 Ratings
Developer https://pricepulse.app
Email [email protected]
Payment Type free
Extension Website https://www.pricepulse.app/extension
Privacy Policy Page URL https://app.termly.io/document/terms-of-use-for-website/e562c597-4366-42e7-8c06-e2c8bb13f767
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Pricepulse",
    "name": "Amazon Price Tracker - Pricepulse",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Track Amazon prices, get price drop notifications. Buy with the help of Ai. Best Amazon Price tracker and Free Price tracker!",
    "homepage_url": "https:\/\/pricepulse.app",
    "icons": {
        "16": "img\/icons\/16_entero_azul.png",
        "32": "img\/icons\/32_entero_azul.png",
        "48": "img\/icons\/48_entero_azul.png",
        "128": "img\/icons\/128_entero_azul.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Pricepulse - Amazon Price Tracker",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icons\/16_entero_azul.png",
            "32": "img\/icons\/32_entero_azul.png",
            "48": "img\/icons\/48_entero_azul.png",
            "128": "img\/icons\/128_entero_azul.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}