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
Eメール [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": [
                ""
            ]
        }
    ]
}