CouponDuos: The Money Saver

Automatically finds and test coupons while you shop online. Install now and start saving money!

CouponDuos: The Money Saver क्या है?

CouponDuos: The Money Saver https://couponduos.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically finds and test coupons while you shop online. Install now and start saving money!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Find Coupons Instantly

Automatically discover coupons while shopping online. Save in ways you never thought were possible!

Test The Promo Codes

We test and apply the best promo codes for you in a matter of seconds so you don’t have to! 

Collaborating with 60,000+ Stores Worldwide

More than 60,000 stores from worldwide are teaming with CouponDuos, helping you save on the brands that you love.

Best Part: CouponDuos is free!                    

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

नाम CouponDuos: The Money Saver CouponDuos: The Money Saver
ID gocolloffelgndcoepnmjofhpkjcdjdp
आधिकारिक URL https://chromewebstore.google.com/detail/couponduos-the-money-save/gocolloffelgndcoepnmjofhpkjcdjdp
विवरण Automatically finds and test coupons while you shop online. Install now and start saving money!
फ़ाइल का आकार 441 KB
स्थापना संख्या 210
वर्तमान संस्करण 1.6
अंतिम अपडेट 2021-09-06
प्रकाशन तिथि 2021-02-03
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://couponduos.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.couponduos.com
सहायता पृष्ठ URL https://www.couponduos.com
गोपनीयता नीति पृष्ठ URL https://www.couponduos.com/privacy_notice
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CouponDuos: The Money Saver",
    "version": "1.6",
    "description": "Automatically finds and test coupons while you shop online. Install now and start saving money!",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/candy_logo16.png",
        "default_title": "CouponDuos"
    },
    "icons": {
        "16": "images\/candy_logo16.png",
        "32": "images\/candy_logo32.png",
        "48": "images\/candy_logo48.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "pop_remind.html",
        "pop_unbill_remind.html",
        "pop_applyError.html",
        "pop_applySuccess.html",
        "pop_automatch.html",
        "css\/popup.css",
        "css\/popApply.css",
        "css\/popupremind.css",
        "js\/jquery-3.5.1.min.js",
        "images\/candy-logo.jpg",
        "js\/popup.js",
        "fonts\/*",
        "images\/*",
        "FiraSans-ExtraLightItalic.ttf"
    ],
    "manifest_version": 2
}