Coupon Cat

No more searching for coupons, just click and apply!

Qu'est-ce que Coupon Cat ?

Coupon Cat est une extension Chrome développée par https://coupon-cat.com, et sa fonction principale est "No more searching for coupons, just click and apply!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Coupon Cat

Téléchargez les fichiers d'extension Coupon Cat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Coupon Cat Coupon Cat
ID ndpmdcidjakfglhdplgnkncjhcfdoglm
URL Officiel https://chromewebstore.google.com/detail/coupon-cat/ndpmdcidjakfglhdplgnkncjhcfdoglm
Description No more searching for coupons, just click and apply!
Taille du Fichier 3.94 MB
Nombre d'Installations 2,163
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-11-16
Date de Publication 2021-11-15
Évaluation 5.00/5 Total 27 Évaluations
Développeur https://coupon-cat.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://coupon-cat.com
URL de la Page de Politique de Confidentialité https://coupon-cat.com/privacy-policy
Langues Prises en Charge 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'"
}