Norton Coupons

View the top coupons on shopping sites and have them automatically applied at checkout to help you maximize savings.

Τι είναι το Norton Coupons;

Το Norton Coupons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NortonLifeLock Inc, και η κύρια λειτουργία του είναι "View the top coupons on shopping sites and have them automatically applied at checkout to help you maximize savings.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Norton Coupons

Λήψη αρχείων επέκτασης Norton Coupons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With this free extension, you can easily find online discounts, deals, and coupons so you can maximize your savings at your favorite online shops.  

🛍️ How it works

Norton Coupons scans the websites you visit to find available coupons to help you generate savings while shopping online. 

Then, you have the choice to select “auto-apply” and it will automatically apply all the coupons at checkout  , keeping the one that works that provides you the greatest savings. All to save you time from searching for online coupons — and money!

💡 Did you know? 
Coupons users save an average of $25 per shopping trip when a coupon is available, or about 18% off the cart on average.

Norton may earn a commission when you use one of our coupons or links to make a purchase.

For any questions or issues, please visit: https://community.norton.com

This extension uses permissions to: 
-	Create and manage tabs and information from the extension’s installation page.
-	Store and retrieve settings data used by the extension.

By using this add-on, you agree to our License and Services Agreement (https://www.nortonlifelock.com/content/dam/nortonlifelock/pdfs/eulas/licensing-agreement/customer-agreement-en.pdf) and have read and acknowledge our Global Privacy Statement (https://www.nortonlifelock.com/us/en/privacy/global-privacy-statement/).

Copyright © 2024 Gen Digital Inc. All rights reserved. NortonLifeLock, the NortonLifeLock Logo, the Checkmark Logo, Norton, LifeLock, and the LockMan Logo are trademarks or registered trademarks of NortonLifeLock Inc. or its affiliates in the United States and other countries. Google Chrome is a trademark of Google, LLC. Other names may be trademarks of their respective owners.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Norton Coupons Norton Coupons
ID oepffghndhegipmpeimohnlncaogojok
Επίσημο URL https://chromewebstore.google.com/detail/norton-coupons/oepffghndhegipmpeimohnlncaogojok
Περιγραφή View the top coupons on shopping sites and have them automatically applied at checkout to help you maximize savings.
Μέγεθος Αρχείου 1.16 MB
Αριθμός Εγκαταστάσεων 40,000
Τρέχουσα Έκδοση 7.11.0.380
Τελευταία Ενημέρωση 2024-02-24
Ημερομηνία Δημοσίευσης 2024-01-20
Αξιολόγηση 4.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής NortonLifeLock Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://couponfollow.com/partners/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Norton Coupons",
    "version": "7.11.0.380",
    "description": "View the top coupons on shopping sites and have them automatically applied 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": "Norton Coupons",
        "default_icon": "icons\/iconDisabled16.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "webRequest",
        "scripting"
    ],
    "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": [
        ""
    ]
}