Total Coupon

Total Coupon automatically applies the best coupons at checkout to help you maximize savings.

Qu'est-ce que Total Coupon ?

Total Coupon est une extension Chrome développée par https://totalcoupon.com, et sa fonction principale est "Total Coupon automatically applies the best coupons at checkout to help you maximize savings.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Total Coupon

Téléchargez les fichiers d'extension Total 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

                        Introducing Total Coupon: Your Ultimate Money-Saving Chrome Extension!

Total Coupon is a free Chrome extension that transforms your online shopping experience. By instantly searching and applying the best discount codes available, it saves you both time and money.

Install Total Coupon, and as you shop online, it automatically hunts for the latest and most effective discount codes. With a simple click, valid discounts are applied, making your purchases not only affordable but incredibly convenient.

Streamline your shopping with Total Coupon – where savings are just a click away. Embrace a new era of effortless discounts and experience the future of smart online shopping.                    

Informations de Base sur l'Extension

Nom Total Coupon Total Coupon
ID pobpfpjkinglgmimnijfpalppbefdeoc
URL Officiel https://chromewebstore.google.com/detail/total-coupon/pobpfpjkinglgmimnijfpalppbefdeoc
Description Total Coupon automatically applies the best coupons at checkout to help you maximize savings.
Taille du Fichier 1.32 MB
Nombre d'Installations 7,006
Version Actuelle 7.9.1.296
Dernière Mise à Jour 2024-01-03
Date de Publication 2023-09-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://totalcoupon.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.totalcoupon.com
URL de la Page d'Aide https://help.totalav.com/en/tech/totalcoupon
URL de la Page de Politique de Confidentialité https://www.totalav.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Total Coupon",
    "version": "7.9.1.296",
    "description": "Total Coupon automatically applies the best coupons at checkout to help you maximize savings.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Total Coupon",
        "default_icon": "icons\/iconDisabled16.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "siteScript.js",
                "*.js.map",
                "*.css",
                "*.css.map",
                "fonts\/*",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}