Norton Privacy Builder

Extension that helps you save time when submitting "do not sell" opt-out requests, which helps protect your personal information.

Τι είναι το Norton Privacy Builder;

Το Norton Privacy Builder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NortonLifeLock Inc., και η κύρια λειτουργία του είναι "Extension that helps you save time when submitting "do not sell" opt-out requests, which helps protect your personal information.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sites, stores, and companies have long been collecting and selling your personal information. However, a new California privacy law (1) now requires companies to honor opt-out requests for its residents, by mandating that they not sell a user’s private information.

Norton Privacy Builder Beta (2) is a purpose-built browser extension designed to help you save time when submitting “do not sell” opt-out requests, which helps you better manage and protect your personal information. Simply download the Norton Privacy Builder browser extension, navigate to a website (3), and click on the keyhole icon at the top right corner of your browser. Norton Privacy Builder will then search the company’s website for you to find the process for opting-out. If available, then choose one of the opt-out options offered by the company, and Norton Privacy Builder will guide you through the opt-out request process.

Key Benefits:
- Helps you protect your personal information by keeping it from being sold
- Choose from available opt-out options offered on company websites, and opt-out via email, phone call or website
- An email template form saves time by helping you avoid having to re-enter email opt-out request information for each website
- Crowdsourcing helps make Norton Privacy Builder even better by allowing you to submit requests for us to add new websites to our catalogue of sites and companies that will opt you out
- Norton Privacy Builder is made by NortonLifeLock, one of the world’s most trusted Cyber Safety brands

Norton Privacy Builder puts you back in charge of your online privacy. Help build up your online privacy defense with Norton Privacy Builder.

Notes:
(1) California Consumer Protection Act (otherwise known as CCPA)
(2) The Norton Privacy Builder browser extension is available to all California consumers with a NortonLifeLock Account during the Beta period. After the Beta period ends, Norton Privacy Builder will continue to be available for all NortonLifeLock customers who have a paid subscription.
(3) Norton Privacy Builder is currently compatible with the top 700+ websites and continues to evaluate new additions when possible.                    

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

Όνομα Norton Privacy Builder Norton Privacy Builder
ID lpognpnpncelknkahlngpojfjgdmkodn
Επίσημο URL https://chrome.google.com/webstore/detail/norton-privacy-builder/lpognpnpncelknkahlngpojfjgdmkodn
Περιγραφή Extension that helps you save time when submitting "do not sell" opt-out requests, which helps protect your personal information.
Μέγεθος Αρχείου 1.36 MB
Αριθμός Εγκαταστάσεων 300,000
Τρέχουσα Έκδοση 1.0.87
Τελευταία Ενημέρωση 2021-10-23
Ημερομηνία Δημοσίευσης 2020-07-07
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής NortonLifeLock Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.nortonlifelock.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.nortonlifelock.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.nortonlifelock.com/us/en/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NPB",
    "name": "Norton Privacy Builder",
    "description": "Extension that helps you save time when submitting \"do not sell\" opt-out requests, which helps protect your personal information.",
    "version": "1.0.87",
    "author": "NortonLifeLock Inc.",
    "icons": {
        "16": "icons\/16\/medium-risk-light.png",
        "32": "icons\/32\/medium-risk-light.png",
        "48": "icons\/48\/medium-risk-light.png",
        "64": "icons\/64\/medium-risk-light.png",
        "128": "icons\/128\/medium-risk-light.png"
    },
    "manifest_version": 2,
    "options_page": "html\/settings.html",
    "background": {
        "scripts": [
            "symLib\/config\/config.js",
            "symLib\/scripts\/jquery.min.js",
            "symLib\/scripts\/uri.min.js",
            "symLib\/libs\/long.min.js",
            "symLib\/libs\/bytebuffer.min.js",
            "symLib\/libs\/protobuf.min.js",
            "symLib\/libs\/forge.min.js",
            "symLib\/scripts\/SymBfw.js",
            "symLib\/scripts\/SymO2.js",
            "html\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.norton.com\/protect*",
                "https:\/\/search-stage.norton.com\/protect*",
                "https:\/\/searchsafe.norton.com\/protect*",
                "https:\/\/search-stage.norton.com\/client*",
                "https:\/\/searchsafe.norton.com\/client*",
                "https:\/\/search.norton.com\/client*"
            ],
            "js": [
                "html\/portalInstallFlows.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "html\/*.png",
        "html\/*.svg",
        "html\/*.woff"
    ],
    "browser_action": [],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}