CouponBind - Automatic Coupon Finder

Automatically find and apply coupon codes and get the biggest savings at checkout

What is CouponBind - Automatic Coupon Finder?

CouponBind - Automatic Coupon Finder is a Chrome extension developed by https://www.couponbind.com, and its main feature is "Automatically find and apply coupon codes and get the biggest savings at checkout".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CouponBind - Automatic Coupon Finder Extension CRX File

Download CouponBind - Automatic Coupon Finder 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

                        CouponBind Automatically find and apply coupon codes and get the biggest savings at checkout

Now you no longer need to search for coupon code and deal.  
Besides, CouponBind gives you the best online stores.

Add CouponBind today and use our one-click solution to saving money now!

By installing this extension, you agree to the CouponBind terms (https://www.couponbind.com/privacy-policy/) and privacy policy (https://www.couponbind.com/termsofuse/).                    

Extension Basic Information

Name CouponBind - Automatic Coupon Finder CouponBind - Automatic Coupon Finder
ID hbccbgmealblckcpgmchokcngmlaadmo
Official URL https://chromewebstore.google.com/detail/couponbind-automatic-coup/hbccbgmealblckcpgmchokcngmlaadmo
Description Automatically find and apply coupon codes and get the biggest savings at checkout
File Size 930 KB
Installation Count 11,535
Current Version 3.4.4
Last Updated 2024-01-16
Publish Date 2021-05-03
Rating 5.00/5 Total 81 Ratings
Developer https://www.couponbind.com
Email [email protected]
Payment Type free
Extension Website https://www.couponbind.com
Privacy Policy Page URL https://www.couponbind.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CouponBind - Automatic Coupon Finder",
    "version": "3.4.4",
    "description": "Automatically find and apply coupon codes and get the biggest savings at checkout",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/icon\/webLogo128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/icon\/webLogo16.png",
            "32": "\/images\/icon\/webLogo32.png",
            "48": "\/images\/icon\/webLogo48.png",
            "128": "\/images\/icon\/webLogo128.png"
        },
        "default_title": "CouponBind Coupon Finder"
    },
    "icons": {
        "16": "\/images\/icon\/webLogo16.png",
        "32": "\/images\/icon\/webLogo32.png",
        "48": "\/images\/icon\/webLogo48.png",
        "128": "\/images\/icon\/webLogo128.png"
    }
}