AI-Powered DealDazzle: Searching Alternatives

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

O que é AI-Powered DealDazzle: Searching Alternatives?

AI-Powered DealDazzle: Searching Alternatives é uma extensão do Chrome desenvolvida por https://dealdazzle.com, e sua principal característica é "DealDazzle automatically finds coupons, gives you cashback & saves money when you shop online!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AI-Powered DealDazzle: Searching Alternatives

Baixe arquivos de extensão AI-Powered DealDazzle: Searching Alternatives no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AI-Powered DealDazzle: Searching Alternatives AI-Powered DealDazzle: Searching Alternatives
ID hblfamjdifnhiioifbfamlnkjfenhfed
URL Oficial https://chromewebstore.google.com/detail/ai-powered-dealdazzle-sea/hblfamjdifnhiioifbfamlnkjfenhfed
Descrição DealDazzle automatically finds coupons, gives you cashback & saves money when you shop online!
Tamanho do Arquivo 2.01 MB
Contagem de Instalações 26,987
Versão Atual 3.1.20
Última Atualização 2024-02-06
Data de Publicação 2020-06-14
Classificação 4.85/5 Total de 415 Avaliações
Desenvolvedor https://dealdazzle.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dealdazzle.com
URL da Página de Ajuda https://www.dealdazzle.com/terms
URL da Página de Política de Privacidade https://www.dealdazzle.com/privacy
Idiomas Suportados 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"
    }
}