Amazon coupons, find and apply automatically

Use amazon coupons and save your money automatically

Cos'è Amazon coupons, find and apply automatically?

Amazon coupons, find and apply automatically è un'estensione di Chrome sviluppata da tkdforever, e la sua funzione principale è "Use amazon coupons and save your money automatically".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon coupons, find and apply automatically

Scarica i file di estensione Amazon coupons, find and apply automatically 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

                        Amazon has coupons but it's often not obvious that a coupon is available for a particular product.  This extension searches and applies Amazon coupons when you view a product. Discounts will appear during checkout.

You must be logged in to your Amazon account for this to work.                    

Informazioni di Base sull'Estensione

Nome Amazon coupons, find and apply automatically Amazon coupons, find and apply automatically
ID mnobnadjnkkcbohkhjcmbikbpjdljjbl
URL Ufficiale https://chrome.google.com/webstore/detail/amazon-coupons-find-and-a/mnobnadjnkkcbohkhjcmbikbpjdljjbl
Descrizione Use amazon coupons and save your money automatically
Dimensione del File 59.24 KB
Conteggio Installazioni 1,158
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-06-29
Data di Pubblicazione 2020-10-12
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore tkdforever
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon coupons, find and apply automatically",
    "version": "1.1.0",
    "description": "Use amazon coupons and save your money automatically",
    "host_permissions": [
        "*:\/\/*.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/functions.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/note-2-16.png",
            "32": "images\/note-2-32.png",
            "48": "images\/note-2-48.png",
            "128": "images\/note-2-128.png"
        }
    },
    "icons": {
        "16": "images\/note-2-16.png",
        "32": "images\/note-2-32.png",
        "48": "images\/note-2-48.png",
        "128": "images\/note-2-128.png"
    },
    "manifest_version": 3
}