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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}