CouponChief Scout

Your friendly helper, Scout, will hunt down and apply coupon codes and cash back offers to your shopping cart - automatically.

What is CouponChief Scout?

CouponChief Scout is a Chrome extension developed by CouponChief, and its main feature is "Your friendly helper, Scout, will hunt down and apply coupon codes and cash back offers to your shopping cart - automatically.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CouponChief Scout Extension CRX File

Download CouponChief Scout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Customers can download the extension, install it on their devices, shop anything and everything from leading brands to local brands with trending deals, and save huge amounts. Automatically search and apply coupon codes while you shop online! With 200,000+ offers on all your favorite stores, we have coupons to save you an average of $21 on your next purchase.

Scout, your helpful assistant, will automatically find and add coupons codes and cashback offers to your shopping cart. From the creators of the popular coupon site- CouponChief, Scout is the only extension you will need to find the best deals online.

Scout works hard for you while you shop, automatically scouring the web and evaluating hundreds of coupon codes and cashback offers to make sure you receive the greatest deals.

Simply add things to your cart, and Scout will take care of the rest. After you've finished shopping, click on Scout, and in a matter of seconds, it will apply and combine all of the best offers to your cart, guaranteeing you receive the cheapest deal on the things you want.

Scout works with hundreds of stores online, including top brands and smaller retailers, to make sure you get all the best offers available to you.

Scout is constantly learning, getting smarter, and discovering new deals and websites to cover on a daily basis for you.

Save time and money, install Scout today, for free!

CouponChief.com, Inc. Terms & Conditions: https://www.couponchief.com/pages/terms#scout                    

Extension Basic Information

Name CouponChief Scout CouponChief Scout
ID ikppafjljplklobfblglkaajcidlhfec
Official URL https://chromewebstore.google.com/detail/couponchief-scout/ikppafjljplklobfblglkaajcidlhfec
Description Your friendly helper, Scout, will hunt down and apply coupon codes and cash back offers to your shopping cart - automatically.
File Size 294 KB
Installation Count 570
Current Version 1.16
Last Updated 2022-08-10
Publish Date 2020-01-27
Rating 5.00/5 Total 39 Ratings
Developer CouponChief
Email [email protected]
Payment Type free
Extension Website https://www.couponchief.com
Privacy Policy Page URL https://www.couponchief.com/pages/privacy
Supported Languages en-US
manifest.json
{
    "manifest_version": 2,
    "name": "CouponChief Scout",
    "description": "Your friendly helper, Scout, will hunt down and apply coupon codes and cash back offers to your shopping cart - automatically.",
    "version": "1.16",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "webNavigation",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js",
            "aes.js",
            "raven.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/disable38x38.png",
        "default_title": "CouponChief Scout"
    },
    "icons": {
        "128": "images\/icons\/logo128.png",
        "48": "images\/icons\/enable48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js",
                "aes.js",
                "raven.min.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "content.js",
        "*.png",
        "*.gif",
        "raven.min.js"
    ]
}