CVE Finder

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

Cos'è CVE Finder?

CVE Finder è un'estensione di Chrome sviluppata da Yohanan Cohen, e la sua funzione principale è "Find CVEs easily by product name, vendor, and the specific version".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CVE Finder

Scarica i file di estensione CVE Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CVE Finder CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
URL Ufficiale https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco
Descrizione Find CVEs easily by product name, vendor, and the specific version
Dimensione del File 825 KB
Conteggio Installazioni 84
Versione Corrente 1.6
Ultimo Aggiornamento 2022-06-14
Data di Pubblicazione 2017-11-15
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Yohanan Cohen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}