AmazonCoupons Finder & Cashback

Discovery Amazon Promotions,Coupons, saving money easily!

Was ist AmazonCoupons Finder & Cashback?

AmazonCoupons Finder & Cashback ist eine Chrome-Erweiterung, die von https://kinlighter.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "Discovery Amazon Promotions,Coupons, saving money easily!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AmazonCoupons Finder & Cashback-Erweiterungs-CRX-Datei herunterladen

Laden Sie AmazonCoupons Finder & Cashback-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

                        A easily using tool, find and discovery coupons on Amazon!
When you are looking for favorite products, this smart tool can find related coupons about products!
Just surfing on Amazon, you can get noticed when it find coupons.
A signal will appear on the Icon.
So just a click, you will get the coupons and saving your money!                    

Grundlegende Informationen zur Erweiterung

Name AmazonCoupons Finder & Cashback AmazonCoupons Finder & Cashback
ID anpachgjlajlollalijcolegjkippkgp
Offizielle URL https://chromewebstore.google.com/detail/amazoncoupons-finder-cash/anpachgjlajlollalijcolegjkippkgp
Beschreibung Discovery Amazon Promotions,Coupons, saving money easily!
Dateigröße 494 KB
Installationsanzahl 52
Aktuelle Version 1.0.3
Letztes Update 2021-04-16
Veröffentlichungsdatum 2021-02-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://kinlighter.wordpress.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sites.google.com/view/coupon-discovery/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AmazonCoupons Finder & Cashback",
    "version": "1.0.3",
    "description": "Discovery Amazon Promotions,Coupons, saving money easily!",
    "author": "huoword messi",
    "icons": {
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "\/pages\/popup.html",
        "default_title": "Find Coupons"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.5.1.min.js",
                "\/scripts\/content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "default_locale": "en",
    "permissions": [
        "storage",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/ligtermetadata-env.eba-xcxsh4ve.us-east-2.elasticbeanstalk.com\/"
    ]
}