auto-coupon

Auto apply amazon coupons

Qu'est-ce que auto-coupon ?

auto-coupon est une extension Chrome développée par mcdhaef, et sa fonction principale est "Auto apply amazon coupons".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension auto-coupon

Téléchargez les fichiers d'extension auto-coupon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom auto-coupon auto-coupon
ID jibjjgdhcgniaidglbmhledoeinekchd
URL Officiel https://chromewebstore.google.com/detail/auto-coupon/jibjjgdhcgniaidglbmhledoeinekchd
Description Auto apply amazon coupons
Taille du Fichier 6.67 KB
Nombre d'Installations 63
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-04-10
Date de Publication 2021-08-29
Évaluation 3.50/5 Total 2 Évaluations
Développeur mcdhaef
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
    }
}