CouponDuos: The Money Saver

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

Cos'è CouponDuos: The Money Saver?

CouponDuos: The Money Saver è un'estensione di Chrome sviluppata da https://couponduos.com, e la sua funzione principale è "Automatically finds and test coupons while you shop online. Install now and start saving money!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CouponDuos: The Money Saver

Scarica i file di estensione CouponDuos: The Money Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CouponDuos: The Money Saver CouponDuos: The Money Saver
ID gocolloffelgndcoepnmjofhpkjcdjdp
URL Ufficiale https://chromewebstore.google.com/detail/couponduos-the-money-save/gocolloffelgndcoepnmjofhpkjcdjdp
Descrizione Automatically finds and test coupons while you shop online. Install now and start saving money!
Dimensione del File 441 KB
Conteggio Installazioni 210
Versione Corrente 1.6
Ultimo Aggiornamento 2021-09-06
Data di Pubblicazione 2021-02-03
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://couponduos.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.couponduos.com
URL della Pagina di Aiuto https://www.couponduos.com
URL della Pagina della Politica sulla Privacy https://www.couponduos.com/privacy_notice
Lingue Supportate 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
}