CVE Finder

Find CVEs easily by product name, vendor, and the specific version

Τι είναι το CVE Finder;

Το CVE Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yohanan Cohen, και η κύρια λειτουργία του είναι "Find CVEs easily by product name, vendor, and the specific version".

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

screenshot

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

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

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

                        Find existing CVEs easily by product name, vendor and version.
just type the product name, and the related vendors and versions will come up automatically.

The results taken from nvd.nist.gov the National Vulnerability Database.                    

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

Όνομα CVE Finder CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
Επίσημο URL https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco
Περιγραφή Find CVEs easily by product name, vendor, and the specific version
Μέγεθος Αρχείου 825 KB
Αριθμός Εγκαταστάσεων 84
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2022-06-14
Ημερομηνία Δημοσίευσης 2017-11-15
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Yohanan Cohen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CVE Finder",
    "version": "1.6",
    "description": "Find CVEs easily by product name, vendor, and the specific version",
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/nvd.nist.gov\/*"
    ]
}