DealCatcher

Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.

O que é DealCatcher?

DealCatcher é uma extensão do Chrome desenvolvida por DealCatcher, e sua principal característica é "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DealCatcher

Baixe arquivos de extensão DealCatcher 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

                        Get the latest coupons and deals without even looking for them! When you install the DealCatcher browser extension, you'll never have to search for coupons again. Just shop online normally, and we'll let you know when we can save you money.                    

Informações Básicas da Extensão

Nome DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
URL Oficial https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Descrição Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Tamanho do Arquivo 773 KB
Contagem de Instalações 2,814
Versão Atual 1.0.17
Última Atualização 2023-04-27
Data de Publicação 2020-11-18
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor DealCatcher
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dealcatcher.com
URL da Página de Ajuda https://www.dealcatcher.com/contact
URL da Página de Política de Privacidade https://www.dealcatcher.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealCatcher",
    "description": "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.",
    "version": "1.0.17",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16-inactive.png",
            "32": "icons\/32-inactive.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/notification-troubleshooting.html",
                "\/css\/popup.css",
                "\/icons\/48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}