CouponCodes

Latest Discount Coupons & Promo Codes

What is CouponCodes?

CouponCodes is a Chrome extension developed by https://couponcodes.menu, and its main feature is "Latest Discount Coupons & Promo Codes".

Extension Screenshots

screenshot

Download CouponCodes Extension CRX File

Download CouponCodes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CouponCodes searches for the latest coupon codes and deals at over 100+ online stores.

Tired of searching for coupon codes?  

Get the latest coupons delivered automagically to your browser with CouponCodes.  CouponCodes features coupons from over 100+ stores, updated daily.

How to Use:

- Shop online at your favorite stores

- As you browse, if we feature coupons or deals for the store, you'll see an icon on the right side which provides the latest coupons and deals. With a single click, you’ll have access to all of codes.                    

Extension Basic Information

Name CouponCodes CouponCodes
ID ianliaajpdpekfmblmneepdfmlnfmekb
Official URL https://chrome.google.com/webstore/detail/couponcodes/ianliaajpdpekfmblmneepdfmlnfmekb
Description Latest Discount Coupons & Promo Codes
File Size 70.48 KB
Installation Count 974
Current Version 1.5
Last Updated 2016-09-12
Publish Date 2016-09-12
Rating 5.00/5 Total 1 Ratings
Developer https://couponcodes.menu
Email [email protected]
Payment Type free
Extension Website https://www.couponcodes.menu
Help Page URL https://couponcodes.menu/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CouponCodes",
    "description": "Latest Discount Coupons & Promo Codes",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "short_name": "CouponCodes",
    "icons": {
        "16": "favicon.png",
        "48": "icon-32.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Coupon Codes Menu "
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}