Coupon Cat

No more searching for coupons, just click and apply!

Was ist Coupon Cat?

Coupon Cat ist eine Chrome-Erweiterung, die von https://coupon-cat.com entwickelt wurde, und ihr Hauptmerkmal ist "No more searching for coupons, just click and apply!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Coupon Cat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coupon Cat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Meet Pon the Coupon Cat!

Your trained assistant to help you find coupon codes when they are available on the web page that you are shopping on!

No more searching endlessly through various search engines or other websites. Pon the coupon cat will know what pages have the best coupon codes and bring them to you in a matter of seconds.

Pon will also apply your coupons for you. Just keep an eye out for the magical rainbow button when Pon is ready to go to work!

By using our extension you agree to our terms of service and privacy policy.
https://coupon-cat.com/terms-and-conditions
https://coupon-cat.com/privacy-policy                    

Grundlegende Informationen zur Erweiterung

Name Coupon Cat Coupon Cat
ID ndpmdcidjakfglhdplgnkncjhcfdoglm
Offizielle URL https://chromewebstore.google.com/detail/coupon-cat/ndpmdcidjakfglhdplgnkncjhcfdoglm
Beschreibung No more searching for coupons, just click and apply!
Dateigröße 3.94 MB
Installationsanzahl 2,163
Aktuelle Version 1.0.0
Letztes Update 2021-11-16
Veröffentlichungsdatum 2021-11-15
Bewertung 5.00/5 Insgesamt 27 Bewertungen
Entwickler https://coupon-cat.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://coupon-cat.com
URL der Datenschutzrichtlinien-Seite https://coupon-cat.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Coupon Cat",
    "short_name": "Coupon Cat",
    "description": "No more searching for coupons, just click and apply!",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon-disabled-128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "home.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}