Coupon Cat

No more searching for coupons, just click and apply!

Co je Coupon Cat?

Coupon Cat je rozšíření Chrome vyvinuté https://coupon-cat.com, a jeho hlavní funkcí je „No more searching for coupons, just click and apply!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Coupon Cat

Stáhněte si soubory rozšíření Coupon Cat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Coupon Cat Coupon Cat
ID ndpmdcidjakfglhdplgnkncjhcfdoglm
Oficiální URL https://chromewebstore.google.com/detail/coupon-cat/ndpmdcidjakfglhdplgnkncjhcfdoglm
Popis No more searching for coupons, just click and apply!
Velikost souboru 3.94 MB
Počet instalací 2,163
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-11-16
Datum Vydání 2021-11-15
Hodnocení 5.00/5 Celkem 27 Hodnocení
Vývojář https://coupon-cat.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://coupon-cat.com
URL Stránky Zásad Ochrany Soukromí https://coupon-cat.com/privacy-policy
Podporované Jazyky 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'"
}