CouponApp | Get the best from online shopping

Clever shopping, get coupons and cashbacks

CouponApp | Get the best from online shopping란 무엇입니까?

CouponApp | Get the best from online shopping은(는) couponfinder8에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clever shopping, get coupons and cashbacks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CouponApp | Get the best from online shopping 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to save money and time on online shopping? you need CouponFinder, the ultimate coupon extension for your browser. CouponFinder is a free and easy-to-use extension that helps you save money and time on online shopping.

When you visit an online store, CouponFinder will automatically scan the web for the top coupon codes and deals available!

How to use:
* Install the extension
* Visit your favorite online store
* CouponFinder will offer you daily deals 
* Click on "Copy Code" to get the daily discounts 
* Paste the code to redeem your coupon

Try CouponFinder today and see how much you can save!                    

확장 프로그램 기본 정보

이름 CouponApp | Get the best from online shopping CouponApp | Get the best from online shopping
ID onjcifighbokmcnhkfkkgooinjdnadjf
공식 URL https://chromewebstore.google.com/detail/couponapp-get-the-best-fr/onjcifighbokmcnhkfkkgooinjdnadjf
설명 Clever shopping, get coupons and cashbacks
파일 크기 1.14 MB
설치 횟수 110
현재 버전 1.0.2
최근 업데이트 2024-01-11
출시 날짜 2023-12-27
개발자 couponfinder8
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://couponfinder.pro/
도움말 페이지 URL https://couponfinder.pro/
지원되는 언어 en
manifest.json
{
    "action": {
        "default_icon": {
            "19": "img\/logo\/logo.png",
            "38": "img\/logo\/logo.png"
        },
        "default_title": "Add to Coupon Finder"
    },
    "author": "CouponFinder",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/*\/*.json",
                "*:\/\/*\/*.pdf",
                "*:\/\/*\/*.jpeg",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.svg"
            ],
            "css": [
                "css\/coup-styles.css"
            ],
            "js": [
                "js\/jQuery.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Clever shopping, get coupons and cashbacks",
    "homepage_url": "https:\/\/couponfinder.pro",
    "icons": {
        "128": "img\/logo\/logo.png",
        "16": "img\/logo\/logo.png",
        "48": "img\/logo\/logo.png"
    },
    "manifest_version": 3,
    "name": "CouponApp | Get the best from online shopping",
    "permissions": [
        "storage"
    ],
    "short_name": "CouponApp",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "fonts\/*.*",
                "img\/*.*",
                "js\/*.*",
                "css\/*.*"
            ]
        }
    ]
}