RetailMeNot Deal Finder™️

Automatically finds the best promo codes and cash back as you shop online.

什么是RetailMeNot Deal Finder™️?

RetailMeNot Deal Finder™️是由https://www.retailmenot.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically finds the best promo codes and cash back as you shop online.”。

扩展截图

screenshot
screenshot
screenshot

下载RetailMeNot Deal Finder™️扩展crx文件

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

扩展使用说明

                        Automatically finds the best promo codes and cash back as you shop online.

🔎  Work less, save more
Finds, tests and applies promo codes automatically for you at checkout. 

💰 Double up on deals
You can stack our cash back offers with sales and promo codes for even more savings. Cash back can be redeemed via Paypal or Venmo.

🛍️  Save money with hundreds of thousands of offers for more than 70,000 brands.
Get the deals you want on the stuff you want — tech, fashion, beauty, health, home, and even meals and entertainment. 
Brands include Target, Papa John's, Sephora, Macy’s, Best Buy and more

Check out these awesome cash back stats: 
* RetailMeNot has paid shoppers $40 million in cash back — and counting!
* You can earn cash back at more than 1,200 stores.
* You can earn up to 20% back at select retailers.

Save time and money, install RetailMeNot Deal Finder™️ for free today!

When you buy through links on RetailMeNot we may earn a commission. 
Updated Privacy Policy and Terms of Use
Privacy Policy: https://www.ziffdavis.com/shopping-privacy-policy/
Terms of Use: https://www.retailmenot.com/static/terms/
Covered by U.S. Patents 10,586,243 and 10,586,244. Other patents pending.                    

扩展基本信息

名称 RetailMeNot Deal Finder™️ RetailMeNot Deal Finder™️
ID jjfblogammkiefalfpafidabbnamoknm
官方URL https://chromewebstore.google.com/detail/retailmenot-deal-finder%EF%B8%8F/jjfblogammkiefalfpafidabbnamoknm
简介 Automatically finds the best promo codes and cash back as you shop online.
文件大小 4.69 MB
安装次数 913,138
当前版本 4.0.4
更新时间 2024-02-22
上架时间 2020-07-02
评分 4.61/5 共614次评分
开发者 https://www.retailmenot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.retailmenot.com/dealfinder/
帮助页面URL https://help.retailmenot.com/s/topic/0TO1L000000w5U7WAI/deal-finder-web-browser-extension
隐私政策页面URL https://www.retailmenot.com/static/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RetailMeNot Deal Finder\u2122\ufe0f",
    "description": "Automatically finds the best promo codes and cash back as you shop online.",
    "version": "4.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "RetailMeNot Deal Finder\u2122\ufe0f"
    },
    "icons": {
        "16": ".\/html\/images\/icon_16.png",
        "32": ".\/html\/images\/icon_32.png",
        "64": ".\/html\/images\/icon_64.png",
        "128": ".\/html\/images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.bundle.js"
            ]
        }
    ],
    "minimum_chrome_version": "88.0.0"
}