SecurityScorecard Security Ratings

Show the security rating of websites you visit from the most trusted name in security ratings.

Τι είναι το SecurityScorecard Security Ratings;

Το SecurityScorecard Security Ratings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SSC Chrome Developers, και η κύρια λειτουργία του είναι "Show the security rating of websites you visit from the most trusted name in security ratings.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SecurityScorecard Security Ratings

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

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

                        Keep your data safe when sharing your information on websites with the SecurityScorecard Chrome Extension. 

Here’s how it works: once you have the extension installed, you can see the SecurityScorecard rating for that website. The A-F rating will tell you at a glance whether you can trust them with your data when being asked to create an account, add a credit card, or share any other data that might put them at risk. 

The rating displays as an icon in the Chrome toolbar and on the website itself. With the SecurityScorecard Chrome Extension you can:
• Gain a better understanding of the cybersecurity risk for any company you visit on the web
• See grades for websites when doing a Google search
• See grades for websites from within Gmail

The SecurityScorecard Ratings extension allows cybersecurity-conscious consumers and professionals to easily and quickly view the cybersecurity grade for any website they visit.

With the SecurityScorecard Ratings Chrome extension you can see the rating for a site you are visiting both in an icon in the Chrome bar or on the website itself. SecurityScorecard's cybersecurity ratings are an easy to understand A-F grade scale. Companies with an F grade are 7.7 times more likely to experience a data breach than companies with an A.

In addition to showing you the grades for a website you visit, the SecurityScorecard Ratings Chrome extension can also show you the grades for a website you are about to visit. Grades can be added to Google.com and to Gmail inboxes to let you know the grade for a link before you even click it.

Customize the SecurityScorecard Ratings Chrome extension by turning on-page ratings on or off, turning Google.com ratings on or off, and turning Gmail link ratings on or off.

Read more about our ratings at https://trust.securityscorecard.com                    

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

Όνομα SecurityScorecard Security Ratings SecurityScorecard Security Ratings
ID ihaoichdnciaolgfifbhhoildbpfcgoo
Επίσημο URL https://chromewebstore.google.com/detail/securityscorecard-securit/ihaoichdnciaolgfifbhhoildbpfcgoo
Περιγραφή Show the security rating of websites you visit from the most trusted name in security ratings.
Μέγεθος Αρχείου 493 KB
Αριθμός Εγκαταστάσεων 2,783
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2023-11-22
Ημερομηνία Δημοσίευσης 2022-07-14
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής SSC Chrome Developers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://securityscorecard.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.securityscorecard.com/hc/en-us/
URL της Σελίδας Πολιτικής Απορρήτου https://securityscorecard.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SecurityScorecard Security Ratings",
    "version": "0.3.0",
    "description": "Show the security rating of websites you visit from the most trusted name in security ratings.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "libs\/psl.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/favicon.png",
        "48": "img\/favicon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_icon": "img\/favicon.png",
        "default_title": "SecurityScorecard",
        "default_popup": "popup.html"
    }
}