Coupon Cat

No more searching for coupons, just click and apply!

什么是Coupon Cat?

Coupon Cat是由https://coupon-cat.com开发的Chrome扩展程序,该扩展的主要功能是“No more searching for coupons, just click and apply!”。

扩展截图

screenshot
screenshot
screenshot

下载Coupon Cat扩展crx文件

下载Coupon Cat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Coupon Cat Coupon Cat
ID ndpmdcidjakfglhdplgnkncjhcfdoglm
官方URL https://chromewebstore.google.com/detail/coupon-cat/ndpmdcidjakfglhdplgnkncjhcfdoglm
简介 No more searching for coupons, just click and apply!
文件大小 3.94 MB
安装次数 2,163
当前版本 1.0.0
更新时间 2021-11-16
上架时间 2021-11-15
评分 5.00/5 共27次评分
开发者 https://coupon-cat.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://coupon-cat.com
隐私政策页面URL https://coupon-cat.com/privacy-policy
支持的语言 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'"
}