Consumer Reports

See CR product ratings and recommendations

Τι είναι το Consumer Reports;

Το Consumer Reports είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.consumerreports.org, και η κύρια λειτουργία του είναι "See CR product ratings and recommendations".

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

screenshot
screenshot
screenshot

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

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

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

                        Consumer Report's official browser add-on.  By installing you agree to our User Agreement (cr.org/useragreement) and Privacy Policy (cr.org/privacypolicy).

CR members with access to ratings (Digital and All Access) can shop online and the CR add-on will help you evaluate and compare products so you can make the best shopping decisions.

 * When you browse or search for products on certain sites (see https://www.consumerreports.org/cr-add-on/ for active list) and the CR add-on detects that you're looking at a category or model that our experts have tested, it will show you the CR rating.
 * It will also show you if the model is CR "recommended" or a "best buy" (a product that delivers best value with solid performance).
 * If a product is a “don’t buy” or has a safety warning, it will automatically let you know so you can stay safe and informed. 

Consumer Reports is an independent, nonprofit member organization that works side by side with consumers for truth, transparency, and fairness in the marketplace.

By installing you are agreeing to the CR User Agreement (cr.org/useragreement) and Privacy Policy (cr.org/privacypolicy).

Learn more at consumerreports.org/cr-add-on-beta                    

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

Όνομα Consumer Reports Consumer Reports
ID abmigknmjdpedgfbfjphohjdocmkapak
Επίσημο URL https://chromewebstore.google.com/detail/consumer-reports/abmigknmjdpedgfbfjphohjdocmkapak
Περιγραφή See CR product ratings and recommendations
Μέγεθος Αρχείου 3.02 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2023-05-20
Ημερομηνία Δημοσίευσης 2019-11-19
Αξιολόγηση 3.18/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://www.consumerreports.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.consumerreports.org/cro/customerservice/privacy-policy/highlights/index.htm
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Consumer Reports",
    "name": "Consumer Reports",
    "description": "See CR product ratings and recommendations",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/toolbar-icon-loggedin.png",
        "36": "icons\/toolbar-icon-loggedin.png",
        "48": "icons\/toolbar-icon-loggedin.png",
        "128": "icons\/toolbar-icon-loggedin.png"
    },
    "permissions": [
        "background",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.consumerreports.org\/*"
    ],
    "incognito": "spanning",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.consumerreports.org\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bestbuy.com\/*",
                "*:\/\/*.homedepot.com\/*",
                "*:\/\/*.lowes.com\/*",
                "*:\/\/*.yahoo.com\/*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.target.com\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/fonts\/*",
                "static\/img\/*"
            ],
            "matches": [
                "*:\/\/*.consumerreports.org\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bestbuy.com\/*",
                "*:\/\/*.homedepot.com\/*",
                "*:\/\/*.lowes.com\/*",
                "*:\/\/*.yahoo.com\/*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.target.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/toolbar-icon-loggedin.png",
        "default_popup": "index.html",
        "default_title": "Consumer Reports Browser Add-On"
    },
    "version": "2.0.2"
}