Coupert - Automatic Coupon Finder & Cashback

Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.

Hvad er Coupert - Automatic Coupon Finder & Cashback?

Coupert - Automatic Coupon Finder & Cashback er en Chrome-udvidelse udviklet af https://www.coupert.com, og dens hovedfunktion er "Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Coupert - Automatic Coupon Finder & Cashback-udvidelses-CRX-fil

Download Coupert - Automatic Coupon Finder & Cashback-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Save your time and money when shopping online, you don’t need to search for coupon codes because when shopping with Coupert you get Cash Back rewards, coupons and price comparison service for online stores. 

💰 Save money on thousands of popular shopping sites
With Coupert, the best automatic coupon finder and Cash Back extension, you can constantly find the best promo codes online and automatically apply the best code to your purchase at checkout. 

✅ Get Cash Back with one click 
Coupert will let you know if there is a Cash Back reward available during your shopping journey. You just click "Apply Rewards" and shop like normal, then Cash Back will be credited to your account within 72hrs generally. 

💯 Know the best time to buy with Instant Price Comparison
Compare prices across the sellers with Coupert and no need to manually check every website for the lowest price. Coupert reminds you if you’ve found the lowest price on a product or whether it can be found for less at another retailer. We'll help you score the lowest price at online shopping retailers.  

❤️ Shop smarter, save bigger. Discover Coupert power! Our 6M+ members find an average of $180/year in savings!  

👉 Add Coupert to your browser in seconds and enjoy automatic coupons, Cash Back rewards and price comparison service with Coupert to save money when shopping online.

☝By installing this extension, you agree to the Coupert terms (https://www.coupert.com/terms/) and privacy policy (https://www.coupert.com/privacy/).

The Coupert Chrome extension uses Google Analytics to collect usage statistics to improve user experience. You can opt-out of Google Analytics tracking by visiting http://tools.google.com/dlpage/gaoptout.                    

Grundlæggende oplysninger om udvidelsen

Navn Coupert - Automatic Coupon Finder & Cashback Coupert - Automatic Coupon Finder & Cashback
ID mfidniedemcgceagapgdekdbmanojomk
Officiel URL https://chromewebstore.google.com/detail/coupert-automatic-coupon/mfidniedemcgceagapgdekdbmanojomk
Beskrivelse Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.
Filstørrelse 3.5 MB
Antal Installationer 3,162,728
Nuværende Version 6.4.79
Senest Opdateret 2024-03-04
Udgivelsesdato 2020-07-01
Bedømmelse 4.72/5 Samlet 6766 Bedømmelser
Udvikler https://www.coupert.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.coupert.com/help
URL til Fortrolighedspolitik Side https://www.coupert.com/privacy
Understøttede Sprog de,en,fr,pt-BR
manifest.json
{
    "action": {
        "default_icon": {
            "19": "icon\/browsericon-off-19.png",
            "38": "icon\/browsericon-off-38.png"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "popover.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "guide.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSZyTE0bgqvNL0gZgT0s+DsSDrGO0iskmQR7A\/Ayn00oal8Frp6g9kVnh4P+7ZlYqNpF\/ggXpprBMLQQAlVo57XRB4rJbHEJOSr5z1qf90NT3zdiNNQdJC6tOTLZMZnR13LA2677Kl7K\/u2vR\/3r1FcvkeuHC42u2I89h5Vz1s80e9Hc98fsXM0gtiCz1QKW\/mf0d4YcFgyLTdvm5106WXEH\/maqRKlFuo+w0P33qnRflzX7y2ca4lMYUr5uc2\/M9FE1EnhoKfu4c37u\/h4773welAafdMWQaI7u\/lx+reaQCSPxX6mYIhx4pc7u7RS7hVAQMAWJlRHiRtFxMfSb7QIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.4.79",
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*",
                "css\/*",
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}