CouponApp | Get the best from online shopping

Clever shopping, get coupons and cashbacks

什麼是CouponApp | Get the best from online shopping?

CouponApp | Get the best from online shopping是由couponfinder8開發的Chrome擴展程式,該擴展的主要功能是“Clever shopping, get coupons and cashbacks”。

擴展截圖

screenshot
screenshot

下載CouponApp | Get the best from online shopping擴展crx文件

下載CouponApp | Get the best from online shopping擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 CouponApp | Get the best from online shopping CouponApp | Get the best from online shopping
ID onjcifighbokmcnhkfkkgooinjdnadjf
官方網址 https://chromewebstore.google.com/detail/couponapp-get-the-best-fr/onjcifighbokmcnhkfkkgooinjdnadjf
簡介 Clever shopping, get coupons and cashbacks
檔案大小 1.14 MB
安裝次數 110
目前版本 1.0.2
更新時間 2024-01-11
上架時間 2023-12-27
開發者 couponfinder8
電子郵箱 [email protected]
付費類型 free
擴展官網 https://couponfinder.pro/
說明頁面URL https://couponfinder.pro/
支援的語言 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\/*.*"
            ]
        }
    ]
}