auto-coupon

Auto apply amazon coupons

Wat is auto-coupon?

auto-coupon is een Chrome-extensie ontwikkeld door mcdhaef, en de belangrijkste functie is "Auto apply amazon coupons".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie auto-coupon

Download auto-coupon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Auto-coupon is a super simple chrome extension that automatically applies amazon coupons when you navigate to a product page. Once on the page the extension will check for a coupon to be applied and do so without any need for action from the user. Amazon coupons are not automatically applied so most people don't know what they are missing.                    

Basisinformatie over de Extensie

Naam auto-coupon auto-coupon
ID jibjjgdhcgniaidglbmhledoeinekchd
Officiële URL https://chromewebstore.google.com/detail/auto-coupon/jibjjgdhcgniaidglbmhledoeinekchd
Beschrijving Auto apply amazon coupons
Bestandsgrootte 6.67 KB
Aantal Installaties 63
Huidige Versie 0.0.3
Laatst Bijgewerkt 2022-04-10
Publicatiedatum 2021-08-29
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar mcdhaef
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "auto-coupon",
    "description": "Auto apply amazon coupons",
    "version": "0.0.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}