CVE Finder

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

Wat is CVE Finder?

CVE Finder is een Chrome-extensie ontwikkeld door Yohanan Cohen, en de belangrijkste functie is "Find CVEs easily by product name, vendor, and the specific version".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CVE Finder

Download CVE Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CVE Finder CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
Officiële URL https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco
Beschrijving Find CVEs easily by product name, vendor, and the specific version
Bestandsgrootte 825 KB
Aantal Installaties 84
Huidige Versie 1.6
Laatst Bijgewerkt 2022-06-14
Publicatiedatum 2017-11-15
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Yohanan Cohen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}