Coupert IT - Coupon Finder e Cashback

Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.

Qu'est-ce que Coupert IT - Coupon Finder e Cashback ?

Coupert IT - Coupon Finder e Cashback est une extension Chrome développée par https://www.coupert.com, et sa fonction principale est "Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Coupert IT - Coupon Finder e Cashback

Téléchargez les fichiers d'extension Coupert IT - Coupon Finder e Cashback 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

                        Now you no longer need to search for coupon code and cashback offer. 

With Coupert, the best automatic coupon finder and cashback extension, you can constantly find the best promo codes online and automatically apply the best code to your purchase at checkout.

Besides, Coupert gives you the best rate of cashback for more than thousands of online stores. 

Add Coupert today and use our one-click solution to saving money now!

By installing this extension, you agree to the coupert.com terms (https://www.coupert.com/terms/) and privacy policy (https://www.coupert.com/privacy/).

The Coupert Chrome extension uses Google Analytics to collect usage statistics to improve user experience. You can opt-out of Google Analytics tracking by visiting http://tools.google.com/dlpage/gaoptout.                    

Informations de Base sur l'Extension

Nom Coupert IT - Coupon Finder e Cashback Coupert IT - Coupon Finder e Cashback
ID npjhaofiijcjdhkekdcminieejimenmd
URL Officiel https://chromewebstore.google.com/detail/coupert-it-coupon-finder/npjhaofiijcjdhkekdcminieejimenmd
Description Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.
Taille du Fichier 3.52 MB
Nombre d'Installations 234
Version Actuelle 6.3.62
Dernière Mise à Jour 2023-12-27
Date de Publication 2019-09-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.coupert.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.coupert.com/help
URL de la Page de Politique de Confidentialité https://www.coupert.com/privacy
Langues Prises en Charge en,en-GB,en-US
manifest.json
{
    "action": {
        "default_icon": {
            "19": "icon\/browsericon-off-19.png",
            "38": "icon\/browsericon-off-38.png"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "popover.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "guide.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk\/l+7YJA4Vz5nrH8B\/s\/8NzPlx+yjMeW3Bn21QjxtRFf3yLbEIfiFJgAA6AxJ4RJ5TApwufEbO1Q9QvOgVYFrtCv8TmKWuzNJsPpQFEsYyczOnLRjM7VP7fXwLsCQjHTYReSnLo\/bTKh0jg0CC7iuF7+k+KEllo00J9RtHLfuL\/gIQ2L\/2bAFc4Jv3PEM38KrYf0zbYI2q08H7EOqqgLguLNR0+dJvBiAlY+RSnN5QCSWWLn8IH25yMExQLBpRYxZSI4IMfeGD4LBGAiIVxNnSJNh++fWQ+outgSN\/BtvDxl10ot66sjJLzVTit\/EXyTDnX0SOirD7U+QRVEwagx3QIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.3.62",
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*",
                "css\/*",
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}