SimplyCodes: Coupons Codes & Rewards

Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.

Cos'è SimplyCodes: Coupons Codes & Rewards?

SimplyCodes: Coupons Codes & Rewards è un'estensione di Chrome sviluppata da https://simplycodes.com, e la sua funzione principale è "Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SimplyCodes: Coupons Codes & Rewards

Scarica i file di estensione SimplyCodes: Coupons Codes & Rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SimplyCodes has a simple mission — to deliver the best coupons wherever you shop. Download our browser extension to get working discount codes and universal cash-back rewards whenever you shop.

WHAT’S NEW?

- Streamlined automatic coupon experience
- Earn tokens wherever you shop on SimplyCodes.
- Hit the 'Get tokens for this purchase' button on stores with no available codes to still earn tokens.
- Feeling lucky? Try playing our new Grab Bags feature and win cash prizes worth up to $1,000!

Wishing for more features? Give us a shout at [help.simplycodes.com/feedback](http://help.simplycodes.com/feedback) or on Twitter @TeamSimplyCodes!

AUTOMATIC COUPONS & SHOPPING REWARDS FROM OVER 360,000 STORES

SimplyCodes pops up at checkout exactly when it's time to enter a coupon. From the big name retailers, to the up and coming Instagram brands, to your favorite food delivery sites — we've got you covered with all available discounts (we have 10x more coupons than anywhere else, in fact).

RELIABLE CODES TESTED BY REAL SHOPPERS

Get the most up-to-date codes that are found and tested by real shoppers 24/7. Join the SimplyCodes community and see why it's the best place to discover coupon codes that you never knew existed.

COPY, PASTE, SAVE

When SimplyCodes pops up, find the best codes conveniently sorted by which ones are most likely to help you save. Easily compare options to max your savings and paste them with a single tap.

SUPPORT A SMALL BRAND WITH BIG AMBITIONS

We're a small team of passionate consumers like you who love to build products that make shopping fun and easy. No ads, no selling your data, no BS. Give us a test drive and let us know how we can make SimplyCodes even better for you.

Ready to leave behind expired codes and full prices? Install SimplyCodes.

OUR STANCE ON PRIVACY:
We feel a deep responsibility to secure your privacy when you shop using SimplyCodes.
•  We never track browsing history.
•  We only capture data for stores that you shop.
•  No data is ever tied to you personally unless you give us explicit permission. We'll always ask first and have a good reason for it.
•  We do not sell your data and we never will.
•  Learn more at simplycodes.com/privacy/privacy-policy

SimplyCodes curates offers for brands we think you'll love. When you buy through our links, we may earn a commission.

Disclaimer: We use Google Analytics to collect data on how SimplyCodes is being used to improve the user experience for you and other shoppers. No personal data is tracked, ever. But if you would like to opt-out, visit https://tools.google.com/dlpage/gaoptout or use any of the ad blocker tools available online.

// SimplyCodes is a [Demand.io](http://demand.io/) ([https://demand.io](https://demand.io/)) product. By installing, you agree to our Terms of Use available at [simplycodes.com/terms](http://simplycodes.com/terms).

// Prices and discounts shown are for illustrative purposes only.                    

Informazioni di Base sull'Estensione

Nome SimplyCodes: Coupons Codes & Rewards SimplyCodes: Coupons Codes & Rewards
ID gfkpklgmocbcbdabfellcnikamdaeajd
URL Ufficiale https://chromewebstore.google.com/detail/simplycodes-coupons-codes/gfkpklgmocbcbdabfellcnikamdaeajd
Descrizione Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.
Dimensione del File 3.1 MB
Conteggio Installazioni 37,559
Versione Corrente 2.0.7
Ultimo Aggiornamento 2024-02-17
Data di Pubblicazione 2020-10-30
Valutazione 4.80/5 Totale 121 Valutazioni
Sviluppatore https://simplycodes.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://simplycodes.com/
URL della Pagina di Aiuto https://help.simplycodes.com/feedback
URL della Pagina della Politica sulla Privacy https://simplycodes.com/privacy/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_brandName__",
    "homepage_url": "https:\/\/simplycodes.com\/",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "src\/background\/index.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/injected-scripts\/index.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "world": "MAIN"
        }
    ],
    "action": {
        "default_title": "__MSG_browserActionName__",
        "default_icon": {
            "19": "icons\/inactive-19.png",
            "38": "icons\/inactive-38.png"
        }
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https:\/\/simplycodes.com https:\/\/cdn.simplycodes.com; font-src 'self' data: https:\/\/storage.googleapis.com;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "fonts\/*",
                "images\/*",
                "icons\/*",
                "js\/*.map",
                "*.png",
                "style.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "2.0.7"
}