DealDrop: Coupons & Price Comparison

Compare prices instantly from thousands of stores while you shop online.

What is DealDrop: Coupons & Price Comparison?

DealDrop: Coupons & Price Comparison is a Chrome extension developed by DealDrop, and its main feature is "Compare prices instantly from thousands of stores while you shop online.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DealDrop: Coupons & Price Comparison Extension CRX File

Download DealDrop: Coupons & Price Comparison 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

                        DealDrop: Your Ultimate Shopping Companion

🌟 Welcome to Smarter Shopping with DealDrop!
Transform your online shopping experience with DealDrop, the Chrome extension that’s more than just a tool – it’s your personal shopping assistant. DealDrop will ensure you always get the best price using our real-time price comparison tech.

🛍️ Why Choose DealDrop?
Vast Network, Unmatched Deals: Dive into an expansive world of savings with access to over 200,000 retailers globally. Whether you’re in Australia, the US, or anywhere else, DealDrop brings you the best deals right to your browser.

Save Money Automatically: Our automatic coupon finder will alert you whenever we find a coupon codes and automatically apply the best code at checkout for you (limited stores supported).

Real-Time Price Intelligence: As you browse, DealDrop works silently yet efficiently in the background, comparing prices in real-time. It ensures you’re informed about the lowest prices and exclusive deals the moment they’re available.

Seamless Shopping Experience: DealDrop integrates effortlessly with your browser. It’s like having a savvy shopping companion who’s always on the lookout for discounts, without the hassle of switching tabs or doing manual searches.

Smart Alerts & Savings: Set up price drop alerts and never miss a chance to save. DealDrop keeps an eye on your favorite products and notifies you instantly when there’s a price reduction.

Trustworthy & Transparent: We value your trust. DealDrop is committed to unbiased price comparison. Our only goal is to help you make the best purchasing decisions.

🔎 How It Works:
Add DealDrop to Chrome: It takes just a few clicks to install and it’s absolutely free.

Shop as You Normally Would: Visit your favorite online stores and browse products.

Watch the Magic Happen: DealDrop automatically compares prices, apply coupons automatically and shows you where the best deals are, all in real-time.

🌐 Global Reach, Local Deals: Whether you’re shopping locally or internationally, DealDrop is your passport to savings. We cover a wide range of products across various categories, ensuring you always get the best price, no matter where you are or what you’re looking for.

🛡️ Your Privacy, Our Priority: Your data’s security and privacy are paramount. DealDrop operates with the highest standards of data protection.

Ready to revolutionize your shopping experience? Add DealDrop to Chrome now and join a community of smart shoppers who never overpay!

Disclaimer

We may have an affiliate partnership with some of the retailers displayed on our application, in which we may earn a commission when you use one of our coupons/links to make a purchase. However, we will always endeavour to show you the lowest prices, to save you the most money, regardless of if we earn a commission on the purchase or not.

It's important to note that not every retailer in Australia is included in our listings. Consequently, the best product match and pricing might not always be displayed.

The prices we show are those made publicly available by third-party retailers for the products alone and do not include any additional fees such as shipping, delivery, or other charges, nor do they account for any conditional discounts. 

Due to the reliance on third-party data and the processes used by DealDrop internally, the prices and stock levels we present may not always reflect the most current or accurate information.

Should you discover a lower price for a product or wish to suggest a new retailer, we encourage you to contact us at [email protected].                    

Extension Basic Information

Name DealDrop: Coupons & Price Comparison DealDrop: Coupons & Price Comparison
ID lmgpiaemoiikocplohpngneppgfmphfh
Official URL https://chromewebstore.google.com/detail/dealdrop-coupons-price-co/lmgpiaemoiikocplohpngneppgfmphfh
Description Compare prices instantly from thousands of stores while you shop online.
File Size 67.45 KB
Installation Count 3,535
Current Version 3.0.3
Last Updated 2024-03-03
Publish Date 2022-04-20
Rating 4.33/5 Total 6 Ratings
Developer DealDrop
Email [email protected]
Payment Type free
Extension Website https://www.dealdrop.com
Privacy Policy Page URL https://www.dealdrop.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealDrop: Coupons & Price Comparison",
    "description": "Compare prices instantly from thousands of stores while you shop online.",
    "version": "3.0.3",
    "version_name": "3.0.3",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-1238fff5.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        }
    },
    "host_permissions": [
        "https:\/\/api.pricethis.com\/*",
        "https:\/\/api.dealdrop.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/string-7c8df5a7.js",
                "assets\/index.ts-94abc730.js"
            ],
            "use_dynamic_url": true
        }
    ]
}