SimplyCodes: Coupons Codes & Rewards

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

¿Qué es SimplyCodes: Coupons Codes & Rewards?

SimplyCodes: Coupons Codes & Rewards es una extensión de Chrome desarrollada por https://simplycodes.com, y su función principal es "Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SimplyCodes: Coupons Codes & Rewards

Descarga archivos de extensión SimplyCodes: Coupons Codes & Rewards en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SimplyCodes: Coupons Codes & Rewards SimplyCodes: Coupons Codes & Rewards
ID gfkpklgmocbcbdabfellcnikamdaeajd
URL Oficial https://chromewebstore.google.com/detail/simplycodes-coupons-codes/gfkpklgmocbcbdabfellcnikamdaeajd
Descripción Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.
Tamaño del Archivo 3.1 MB
Cantidad de Instalaciones 37,559
Versión Actual 2.0.7
Última Actualización 2024-02-17
Fecha de Publicación 2020-10-30
Calificación 4.80/5 Total de 121 Calificaciones
Desarrollador https://simplycodes.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://simplycodes.com/
URL de la Página de Ayuda https://help.simplycodes.com/feedback
URL de la Página de Política de Privacidad https://simplycodes.com/privacy/privacy-policy
Idiomas Soportados 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"
}