DealCatcher

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

¿Qué es DealCatcher?

DealCatcher es una extensión de Chrome desarrollada por DealCatcher, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión DealCatcher

Descarga archivos de extensión DealCatcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
URL Oficial https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Descripción Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Tamaño del Archivo 773 KB
Cantidad de Instalaciones 2,814
Versión Actual 1.0.17
Última Actualización 2023-04-27
Fecha de Publicación 2020-11-18
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador DealCatcher
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.dealcatcher.com
URL de la Página de Ayuda https://www.dealcatcher.com/contact
URL de la Página de Política de Privacidad https://www.dealcatcher.com/privacy
Idiomas Soportados 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"
    }
}