CouponApp | Get the best from online shopping

Clever shopping, get coupons and cashbacks

CouponApp | Get the best from online shopping là gì?

CouponApp | Get the best from online shopping là một tiện ích mở rộng Chrome được phát triển bởi couponfinder8, và tính năng chính của nó là "Clever shopping, get coupons and cashbacks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CouponApp | Get the best from online shopping

Tải xuống các tệp mở rộng CouponApp | Get the best from online shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Want to save money and time on online shopping? you need CouponFinder, the ultimate coupon extension for your browser. CouponFinder is a free and easy-to-use extension that helps you save money and time on online shopping.

When you visit an online store, CouponFinder will automatically scan the web for the top coupon codes and deals available!

How to use:
* Install the extension
* Visit your favorite online store
* CouponFinder will offer you daily deals 
* Click on "Copy Code" to get the daily discounts 
* Paste the code to redeem your coupon

Try CouponFinder today and see how much you can save!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CouponApp | Get the best from online shopping CouponApp | Get the best from online shopping
ID onjcifighbokmcnhkfkkgooinjdnadjf
URL Chính Thức https://chromewebstore.google.com/detail/couponapp-get-the-best-fr/onjcifighbokmcnhkfkkgooinjdnadjf
Mô tả Clever shopping, get coupons and cashbacks
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2023-12-27
Nhà Phát Triển couponfinder8
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://couponfinder.pro/
URL Trang Trợ Giúp https://couponfinder.pro/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "action": {
        "default_icon": {
            "19": "img\/logo\/logo.png",
            "38": "img\/logo\/logo.png"
        },
        "default_title": "Add to Coupon Finder"
    },
    "author": "CouponFinder",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/*\/*.json",
                "*:\/\/*\/*.pdf",
                "*:\/\/*\/*.jpeg",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.svg"
            ],
            "css": [
                "css\/coup-styles.css"
            ],
            "js": [
                "js\/jQuery.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Clever shopping, get coupons and cashbacks",
    "homepage_url": "https:\/\/couponfinder.pro",
    "icons": {
        "128": "img\/logo\/logo.png",
        "16": "img\/logo\/logo.png",
        "48": "img\/logo\/logo.png"
    },
    "manifest_version": 3,
    "name": "CouponApp | Get the best from online shopping",
    "permissions": [
        "storage"
    ],
    "short_name": "CouponApp",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "fonts\/*.*",
                "img\/*.*",
                "js\/*.*",
                "css\/*.*"
            ]
        }
    ]
}