Amazon coupons, find and apply automatically

Use amazon coupons and save your money automatically

Was ist Amazon coupons, find and apply automatically?

Amazon coupons, find and apply automatically ist eine Chrome-Erweiterung, die von tkdforever entwickelt wurde, und ihr Hauptmerkmal ist "Use amazon coupons and save your money automatically".

Erweiterungsscreenshots

screenshot

Amazon coupons, find and apply automatically-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon coupons, find and apply automatically-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Amazon coupons, find and apply automatically Amazon coupons, find and apply automatically
ID mnobnadjnkkcbohkhjcmbikbpjdljjbl
Offizielle URL https://chrome.google.com/webstore/detail/amazon-coupons-find-and-a/mnobnadjnkkcbohkhjcmbikbpjdljjbl
Beschreibung Use amazon coupons and save your money automatically
Dateigröße 59.24 KB
Installationsanzahl 1,158
Aktuelle Version 1.1.0
Letztes Update 2021-06-29
Veröffentlichungsdatum 2020-10-12
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler tkdforever
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}