CouponDuos: The Money Saver

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

Qu'est-ce que CouponDuos: The Money Saver ?

CouponDuos: The Money Saver est une extension Chrome développée par https://couponduos.com, et sa fonction principale est "Automatically finds and test coupons while you shop online. Install now and start saving money!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CouponDuos: The Money Saver

Téléchargez les fichiers d'extension CouponDuos: The Money Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom CouponDuos: The Money Saver CouponDuos: The Money Saver
ID gocolloffelgndcoepnmjofhpkjcdjdp
URL Officiel https://chromewebstore.google.com/detail/couponduos-the-money-save/gocolloffelgndcoepnmjofhpkjcdjdp
Description Automatically finds and test coupons while you shop online. Install now and start saving money!
Taille du Fichier 441 KB
Nombre d'Installations 210
Version Actuelle 1.6
Dernière Mise à Jour 2021-09-06
Date de Publication 2021-02-03
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://couponduos.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.couponduos.com
URL de la Page d'Aide https://www.couponduos.com
URL de la Page de Politique de Confidentialité https://www.couponduos.com/privacy_notice
Langues Prises en Charge 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
}