UpGuard Cyber Security Ratings

Take UpGuard with you and see the security rating for every website you visit.

Τι είναι το UpGuard Cyber Security Ratings;

Το UpGuard Cyber Security Ratings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.upguard.com, και η κύρια λειτουργία του είναι "Take UpGuard with you and see the security rating for every website you visit.".

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

screenshot

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

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

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

                        UpGuard’s free Cyber Security Ratings (CSR) extension helps you keep safe on the Internet. The extension automatically retrieves the security rating for any site you visit, providing an assessment of a company's risk potential based on their security posture and behaviors in a single, numeric score.

With one click you can view the full report of factors that contributed to the score, and assess your risks when browsing on the site.                    

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

Όνομα UpGuard Cyber Security Ratings UpGuard Cyber Security Ratings
ID oeomioifmeadkjdifcijpkfifjifhhhn
Επίσημο URL https://chromewebstore.google.com/detail/upguard-cyber-security-ra/oeomioifmeadkjdifcijpkfifjifhhhn
Περιγραφή Take UpGuard with you and see the security rating for every website you visit.
Μέγεθος Αρχείου 359 KB
Αριθμός Εγκαταστάσεων 1,325
Τρέχουσα Έκδοση 3.1.5
Τελευταία Ενημέρωση 2021-01-13
Ημερομηνία Δημοσίευσης 2019-12-17
Αξιολόγηση 4.93/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://www.upguard.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.upguard.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "name": "UpGuard Cyber Security Ratings",
    "short_name": "UpGuard",
    "description": "Take UpGuard with you and see the security rating for every website you visit.",
    "version": "3.1.5",
    "background": {
        "scripts": [
            "scripts\/background-3-1-5.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ],
            "css": [
                "\/stylesheets\/popover-3-1-5.css"
            ],
            "js": [
                "\/scripts\/common_augment-3-1-5.min.js",
                "\/scripts\/google_augment-3-1-5.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.bing.com\/*",
                "http:\/\/www.bing.com\/*"
            ],
            "css": [
                "\/stylesheets\/popover-3-1-5.css"
            ],
            "js": [
                "\/scripts\/common_augment-3-1-5.min.js",
                "\/scripts\/bing_augment-3-1-5.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*",
                "http:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "\/stylesheets\/popover-3-1-5.css"
            ],
            "js": [
                "\/scripts\/common_augment-3-1-5.min.js",
                "\/scripts\/duckduckgo_augment-3-1-5.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "\/assets\/inactive-3-1-5.png",
        "default_title": "UpGuard Cyber Security Ratings",
        "default_popup": "templates\/popup-3-1-5.html"
    },
    "icons": {
        "16": "\/assets\/inactive-3-1-5.png",
        "128": "\/assets\/128_icon-3-1-5.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/webscan.cyber-risk.upguard.com\/api\/v1\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "\/assets\/amber-3-1-5.png",
        "\/assets\/csr_logo_white-3-1-5.png",
        "\/assets\/green-3-1-5.png",
        "\/assets\/inactive-3-1-5.png",
        "\/assets\/pause-3-1-5.png",
        "\/assets\/pin-3-1-5.png",
        "\/assets\/red-3-1-5.png",
        "\/assets\/right_arrow-3-1-5.png",
        "\/assets\/skull-3-1-5.png",
        "\/assets\/ug_logo_white-3-1-5.png",
        "\/assets\/orange-3-1-5.png",
        "\/assets\/icon-failed-3-1-5.png",
        "\/assets\/icon-passed-3-1-5.png",
        "\/assets\/rock-3-1-5.png",
        "\/assets\/Lato-Light.ttf"
    ]
}