SimplyCodes: Coupons Codes & Rewards

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

什么是SimplyCodes: Coupons Codes & Rewards?

SimplyCodes: Coupons Codes & Rewards是由https://simplycodes.com开发的Chrome扩展程序,该扩展的主要功能是“Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载SimplyCodes: Coupons Codes & Rewards扩展crx文件

下载SimplyCodes: Coupons Codes & Rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SimplyCodes: Coupons Codes & Rewards SimplyCodes: Coupons Codes & Rewards
ID gfkpklgmocbcbdabfellcnikamdaeajd
官方URL https://chromewebstore.google.com/detail/simplycodes-coupons-codes/gfkpklgmocbcbdabfellcnikamdaeajd
简介 Working coupon codes wherever you shop. Cash-back wherever you shop. Chances to win thousands in rewards.
文件大小 3.1 MB
安装次数 37,559
当前版本 2.0.7
更新时间 2024-02-17
上架时间 2020-10-30
评分 4.80/5 共121次评分
开发者 https://simplycodes.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://simplycodes.com/
帮助页面URL https://help.simplycodes.com/feedback
隐私政策页面URL https://simplycodes.com/privacy/privacy-policy
支持的语言 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"
}