SimplyCodes: Coupons Codes & Rewards

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

Co je SimplyCodes: Coupons Codes & Rewards?

SimplyCodes: Coupons Codes & Rewards je rozšíření Chrome vyvinuté https://simplycodes.com, a jeho hlavní funkcí je „Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SimplyCodes: Coupons Codes & Rewards

Stáhněte si soubory rozšíření SimplyCodes: Coupons Codes & Rewards ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SimplyCodes: Coupons Codes & Rewards SimplyCodes: Coupons Codes & Rewards
ID gfkpklgmocbcbdabfellcnikamdaeajd
Oficiální URL https://chromewebstore.google.com/detail/simplycodes-coupons-codes/gfkpklgmocbcbdabfellcnikamdaeajd
Popis Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.
Velikost souboru 3.1 MB
Počet instalací 37,559
Aktuální Verze 2.0.7
Poslední Aktualizace 2024-02-17
Datum Vydání 2020-10-30
Hodnocení 4.80/5 Celkem 121 Hodnocení
Vývojář https://simplycodes.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://simplycodes.com/
URL Stránky Nápovědy https://help.simplycodes.com/feedback
URL Stránky Zásad Ochrany Soukromí https://simplycodes.com/privacy/privacy-policy
Podporované Jazyky 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"
}