NerdWallet

Coupons and rewards

什么是NerdWallet?

NerdWallet是由NerdWallet开发的Chrome扩展程序,该扩展的主要功能是“Coupons and rewards”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NerdWallet扩展crx文件

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

扩展使用说明

                        Shop smarter with NerdWallet. Install our shopping browser extension, and with one click you'll discover coupons and earn rewards that help you get great deals online.

🛍️ Use with 15K+ retailers
Uncover deals at thousands of major retailers

💰Save time and money
No more searching for promo codes. Enable the extension, and it automatically finds and applies coupons for you.

🤩 Earn gift cards
Rack up rewards as you shop, then redeem them for digital gift cards from more than 1,000 major retailers.


By downloading and installing NerdWallet you are agreeing to the following agreements:

Terms & Conditions:  https://www.nerdwallet.com/lp/shopping-rewards/terms-of-use

This is a white label extension made for NerdWallet that uses affiliate programs.                    

扩展基本信息

名称 NerdWallet NerdWallet
ID mfgppbbdeofhlcdcgomihmhaljojfial
官方URL https://chromewebstore.google.com/detail/nerdwallet/mfgppbbdeofhlcdcgomihmhaljojfial
简介 Coupons and rewards
文件大小 2.74 MB
安装次数 1,451
当前版本 1.0.7
更新时间 2024-01-25
上架时间 2023-09-22
评分 5.00/5 共2次评分
开发者 NerdWallet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.nerdwallet.com/
帮助页面URL https://support.nerdwallet.com/hc/en-us/?trk=nw_gf_5.0
隐私政策页面URL https://www.nerdwallet.com/p/privacy-policy?trk=nw_gf_5.0
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.7",
    "name": "NerdWallet",
    "short_name": "NerdWallet",
    "description": "Coupons and rewards",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "auth.html",
                "earnings.html",
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}