CoponCode

Instantly know about coupon codes while shopping.

What is CoponCode?

CoponCode is a Chrome extension developed by https://coponcode.com, and its main feature is "Instantly know about coupon codes while shopping.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CoponCode Extension CRX File

Download CoponCode 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

                        Instantly get notified about available coupon codes while shopping. When you visit a website, we will show a notification if coupons codes are available. Then you can view the list of available coupons right there and save time!

Or you could just use the extension to search for coupon codes of any vendor you like.                    

Extension Basic Information

Name CoponCode CoponCode
ID pfnhpeemdlipkilojoenempbjlecmebi
Official URL https://chromewebstore.google.com/detail/coponcode/pfnhpeemdlipkilojoenempbjlecmebi
Description Instantly know about coupon codes while shopping.
File Size 284 KB
Installation Count 31
Current Version 1.0.2
Last Updated 2018-12-18
Publish Date 2018-12-13
Rating 3.00/5 Total 2 Ratings
Developer https://coponcode.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://takhfifan.com/privacy-policy
Supported Languages fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoponCode",
    "description": "Instantly know about coupon codes while shopping.",
    "version": "1.0.2",
    "author": "CoponCode",
    "icons": {
        "48": "assets\/images\/icon48.png",
        "96": "assets\/images\/icon96.png"
    },
    "browser_action": {
        "default_title": "CoponCode",
        "default_icon": {
            "19": "assets\/images\/icon20.png",
            "20": "assets\/images\/icon20.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_popup": "assets\/templates\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/coponcode.client.js"
            ],
            "css": [
                "assets\/css\/client.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/coponcode.com\/*"
    ]
}