AI-Powered DealDazzle: Searching Alternatives

DealDazzle automatically finds coupons, gives you cashback & saves money when you shop online!

What is AI-Powered DealDazzle: Searching Alternatives?

AI-Powered DealDazzle: Searching Alternatives is a Chrome extension developed by https://dealdazzle.com, and its main feature is "DealDazzle automatically finds coupons, gives you cashback & saves money when you shop online!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AI-Powered DealDazzle: Searching Alternatives Extension CRX File

Download AI-Powered DealDazzle: Searching Alternatives 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

                        Save up to 90% on every purchase effortlessly with the Deal Dazzle Chrome extension - it's completely free and just a click away.
Powered by advanced AI, Deal Dazzle is now featured on GPTs, offering a smarter, more efficient shopping journey. With a robust user base, we pride ourselves on delivering an exceptional interactive experience.

✅ Alternatives: Why Pay More?
Shop smart with AI. Deal Dazzle finds 36 million top alternatives from 260,000 stores with high quality. Enjoy significant annual savings per person with our automatic alternative recommendations.
✅ Cash Back: Shop and Get Paid!
Earn real cash back by simply shopping at your favorite stores like Amazon or AliExpress. We share referral fees directly with you. Click 'Activate Now' to boost your savings!
✅ Price Tracking: Never Miss a Sale Again!
Deal Dazzle alerts you to price trends on over 30,000 products with just a click. It helps you find even better deals and bargains.
✅ Coupons: No More Coupon Hunting!
Automatically find and apply coupons. A single click delivers coupons directly to you for instant savings and effortless shopping!
 
Disclaimer: 
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. Learn more from https://www.dealdazzle.com/terms.                    

Extension Basic Information

Name AI-Powered DealDazzle: Searching Alternatives AI-Powered DealDazzle: Searching Alternatives
ID hblfamjdifnhiioifbfamlnkjfenhfed
Official URL https://chromewebstore.google.com/detail/ai-powered-dealdazzle-sea/hblfamjdifnhiioifbfamlnkjfenhfed
Description DealDazzle automatically finds coupons, gives you cashback & saves money when you shop online!
File Size 2.01 MB
Installation Count 26,987
Current Version 3.1.20
Last Updated 2024-02-06
Publish Date 2020-06-14
Rating 4.85/5 Total 415 Ratings
Developer https://dealdazzle.com
Email [email protected]
Payment Type free
Extension Website https://www.dealdazzle.com
Help Page URL https://www.dealdazzle.com/terms
Privacy Policy Page URL https://www.dealdazzle.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI-Powered DealDazzle: Searching Alternatives",
    "description": "DealDazzle automatically finds coupons, gives you cashback & saves money when you shop online!",
    "version": "3.1.20",
    "manifest_version": 3,
    "permissions": [
        "background",
        "storage",
        "declarativeContent",
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "inpage.js",
                "inpage.css"
            ]
        }
    ],
    "action": {
        "default_title": "Deal Dazzle",
        "default_popup": "main.html#\/popup",
        "default_icon": "logo\/default.png"
    },
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png",
        "256": "logo\/256.png"
    }
}