CouponApp | Get the best from online shopping

Clever shopping, get coupons and cashbacks

Co to jest CouponApp | Get the best from online shopping?

CouponApp | Get the best from online shopping to rozszerzenie Chrome opracowane przez couponfinder8, a jego główną funkcją jest „Clever shopping, get coupons and cashbacks”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CouponApp | Get the best from online shopping

Pobierz pliki rozszerzeń CouponApp | Get the best from online shopping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa CouponApp | Get the best from online shopping CouponApp | Get the best from online shopping
ID onjcifighbokmcnhkfkkgooinjdnadjf
Oficjalny URL https://chromewebstore.google.com/detail/couponapp-get-the-best-fr/onjcifighbokmcnhkfkkgooinjdnadjf
Opis Clever shopping, get coupons and cashbacks
Rozmiar pliku 1.14 MB
Liczba instalacji 110
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2024-01-11
Data Publikacji 2023-12-27
Deweloper couponfinder8
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://couponfinder.pro/
Adres URL Strony Pomocy https://couponfinder.pro/
Obsługiwane Języki 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\/*.*"
            ]
        }
    ]
}