Coupon Cat

No more searching for coupons, just click and apply!

Cos'è Coupon Cat?

Coupon Cat è un'estensione di Chrome sviluppata da https://coupon-cat.com, e la sua funzione principale è "No more searching for coupons, just click and apply!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Coupon Cat

Scarica i file di estensione Coupon Cat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Coupon Cat Coupon Cat
ID ndpmdcidjakfglhdplgnkncjhcfdoglm
URL Ufficiale https://chromewebstore.google.com/detail/coupon-cat/ndpmdcidjakfglhdplgnkncjhcfdoglm
Descrizione No more searching for coupons, just click and apply!
Dimensione del File 3.94 MB
Conteggio Installazioni 2,163
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-11-16
Data di Pubblicazione 2021-11-15
Valutazione 5.00/5 Totale 27 Valutazioni
Sviluppatore https://coupon-cat.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://coupon-cat.com
URL della Pagina della Politica sulla Privacy https://coupon-cat.com/privacy-policy
Lingue Supportate 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'"
}