CouponCodes

Latest Discount Coupons & Promo Codes

Cos'è CouponCodes?

CouponCodes è un'estensione di Chrome sviluppata da https://couponcodes.menu, e la sua funzione principale è "Latest Discount Coupons & Promo Codes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CouponCodes

Scarica i file di estensione CouponCodes 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

                        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.                    

Informazioni di Base sull'Estensione

Nome CouponCodes CouponCodes
ID ianliaajpdpekfmblmneepdfmlnfmekb
URL Ufficiale https://chrome.google.com/webstore/detail/couponcodes/ianliaajpdpekfmblmneepdfmlnfmekb
Descrizione Latest Discount Coupons & Promo Codes
Dimensione del File 70.48 KB
Conteggio Installazioni 974
Versione Corrente 1.5
Ultimo Aggiornamento 2016-09-12
Data di Pubblicazione 2016-09-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://couponcodes.menu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.couponcodes.menu
URL della Pagina di Aiuto https://couponcodes.menu/
Lingue Supportate 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"
            ]
        }
    ]
}