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
官方網址 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"
}