CouponBirds - SmartCoupon Coupon Finder
Automatically find coupons and apply the best coupon code to save money for your online shopping.
What is CouponBirds - SmartCoupon Coupon Finder?
CouponBirds - SmartCoupon Coupon Finder is a Chrome extension developed by https://www.couponbirds.com, and its main feature is "Automatically find coupons and apply the best coupon code to save money for your online shopping.".
Extension Screenshots
Download CouponBirds - SmartCoupon Coupon Finder Extension CRX File
Download CouponBirds - SmartCoupon 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
🎫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
Extension Basic Information
Name | CouponBirds - SmartCoupon Coupon Finder |
ID | pnedebpjhiaidlbbhmogocmffpdolnek |
Official URL | https://chromewebstore.google.com/detail/couponbirds-smartcoupon-c/pnedebpjhiaidlbbhmogocmffpdolnek |
Description | Automatically find coupons and apply the best coupon code to save money for your online shopping. |
File Size | 824 KB |
Installation Count | 600,000 |
Current Version | 4.1.0 |
Last Updated | 2024-02-26 |
Publish Date | 2021-09-11 |
Rating | 4.89/5 Total 7307 Ratings |
Developer | https://www.couponbirds.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.couponbirds.com |
Help Page URL | https://www.couponbirds.com/us/contact-us |
Privacy Policy Page URL | https://www.couponbirds.com/us/privacy-policy |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |