CouponBind - Automatic Coupon Finder

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

什么是CouponBind - Automatic Coupon Finder?

CouponBind - Automatic Coupon Finder是由https://www.couponbind.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically find and apply coupon codes and get the biggest savings at checkout”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CouponBind - Automatic Coupon Finder扩展crx文件

下载CouponBind - Automatic Coupon Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/).                    

扩展基本信息

名称 CouponBind - Automatic Coupon Finder CouponBind - Automatic Coupon Finder
ID hbccbgmealblckcpgmchokcngmlaadmo
官方URL https://chromewebstore.google.com/detail/couponbind-automatic-coup/hbccbgmealblckcpgmchokcngmlaadmo
简介 Automatically find and apply coupon codes and get the biggest savings at checkout
文件大小 930 KB
安装次数 11,535
当前版本 3.4.4
更新时间 2024-01-16
上架时间 2021-05-03
评分 5.00/5 共81次评分
开发者 https://www.couponbind.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.couponbind.com
隐私政策页面URL https://www.couponbind.com/privacy-policy
支持的语言 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"
    }
}