CouponBirds - SmartCoupon Coupon Finder

Automatically find coupons and apply the best coupon code to save money for your online shopping.

什么是CouponBirds - SmartCoupon Coupon Finder?

CouponBirds - SmartCoupon Coupon Finder是由https://www.couponbirds.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically find coupons and apply the best coupon code to save money for your online shopping.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载CouponBirds - SmartCoupon Coupon Finder扩展crx文件

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

扩展使用说明

                        🎫Shop With Coupon And Don't Overpay Again! CouponBirds SmartCoupon Coupon Finder automatically tests discount coupons and applies promo codes at checkout when purchasing online. Add CouponBirds extension to your browser & find out how much money you could be saving.

💰100% Free and Easy to Use. CouponBirds coupon finder browser extension appears on the checkout page. With just one simple click at the 'Apply Codes' button, it will start testing all valid coupon codes in minutes and finally apply the best one for you. The More You Use, the More You Save. Users can save up to $150 a year on average.

🏬CouponBirds SmartCoupon Coupon Finder supports over 60,000 stores. You can get the best discount at your favorite retailer across the web! Such as Walmart, Macy's, JCPenney, SHEIN, and more! Plus, we do not only offer discount savings but also offer you free shipping and free gifts at checkout.

❤️Automatic coupon finder helps you save time and money for free! We do the work, so you don't have to! Why not join us to get more discounts? The lowest price is waiting for you! Install this intelligent and instant coupon finder browser extension now.

👉By using this extension, you agree to the CouponBirds terms & privacy policy. You can learn more via the link below:
https://www.couponbirds.com/us/terms-of-use
https://www.couponbirds.com/us/privacy-policy                    

扩展基本信息

名称 CouponBirds - SmartCoupon Coupon Finder CouponBirds - SmartCoupon Coupon Finder
ID pnedebpjhiaidlbbhmogocmffpdolnek
官方URL https://chromewebstore.google.com/detail/couponbirds-smartcoupon-c/pnedebpjhiaidlbbhmogocmffpdolnek
简介 Automatically find coupons and apply the best coupon code to save money for your online shopping.
文件大小 824 KB
安装次数 600,000
当前版本 4.1.0
更新时间 2024-02-26
上架时间 2021-09-11
评分 4.89/5 共7307次评分
开发者 https://www.couponbirds.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.couponbirds.com
帮助页面URL https://www.couponbirds.com/us/contact-us
隐私政策页面URL https://www.couponbirds.com/us/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CouponBirds - SmartCoupon Coupon Finder",
    "version": "4.1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/images\/default-16.png",
            "19": ".\/images\/default-19.png",
            "32": ".\/images\/default-32.png",
            "38": ".\/images\/default-38.png"
        }
    },
    "description": "Automatically find coupons and apply the best coupon code to save money for your online shopping.",
    "icons": {
        "16": ".\/images\/logo-16.png",
        "48": ".\/images\/logo-48.png",
        "128": ".\/images\/logo-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.couponbirds.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/js\/jquery.js",
                ".\/dist\/js\/content-script.js"
            ],
            "css": [
                ".\/dist\/css\/content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                ".\/dist\/js\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}