CouponCodes

Latest Discount Coupons & Promo Codes

CouponCodes क्या है?

CouponCodes https://couponcodes.menu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Latest Discount Coupons & Promo Codes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CouponCodes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CouponCodes CouponCodes
ID ianliaajpdpekfmblmneepdfmlnfmekb
आधिकारिक URL https://chrome.google.com/webstore/detail/couponcodes/ianliaajpdpekfmblmneepdfmlnfmekb
विवरण Latest Discount Coupons & Promo Codes
फ़ाइल का आकार 70.48 KB
स्थापना संख्या 974
वर्तमान संस्करण 1.5
अंतिम अपडेट 2016-09-12
प्रकाशन तिथि 2016-09-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://couponcodes.menu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.couponcodes.menu
सहायता पृष्ठ URL https://couponcodes.menu/
समर्थित भाषाएँ 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"
            ]
        }
    ]
}