RetailMeNot Deal Finder™️

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

Qu'est-ce que RetailMeNot Deal Finder™️ ?

RetailMeNot Deal Finder™️ est une extension Chrome développée par https://www.retailmenot.com, et sa fonction principale est "Automatically finds the best promo codes and cash back as you shop online.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RetailMeNot Deal Finder™️

Téléchargez les fichiers d'extension RetailMeNot Deal Finder™️ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RetailMeNot Deal Finder™️ RetailMeNot Deal Finder™️
ID jjfblogammkiefalfpafidabbnamoknm
URL Officiel https://chromewebstore.google.com/detail/retailmenot-deal-finder%EF%B8%8F/jjfblogammkiefalfpafidabbnamoknm
Description Automatically finds the best promo codes and cash back as you shop online.
Taille du Fichier 4.69 MB
Nombre d'Installations 913,138
Version Actuelle 4.0.4
Dernière Mise à Jour 2024-02-22
Date de Publication 2020-07-02
Évaluation 4.61/5 Total 614 Évaluations
Développeur https://www.retailmenot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.retailmenot.com/dealfinder/
URL de la Page d'Aide https://help.retailmenot.com/s/topic/0TO1L000000w5U7WAI/deal-finder-web-browser-extension
URL de la Page de Politique de Confidentialité https://www.retailmenot.com/static/privacy
Langues Prises en Charge 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"
}