CVE Finder

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

Co to jest CVE Finder?

CVE Finder to rozszerzenie Chrome opracowane przez Yohanan Cohen, a jego główną funkcją jest „Find CVEs easily by product name, vendor, and the specific version”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CVE Finder

Pobierz pliki rozszerzeń CVE Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CVE Finder CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
Oficjalny URL https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco
Opis Find CVEs easily by product name, vendor, and the specific version
Rozmiar pliku 825 KB
Liczba instalacji 84
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2022-06-14
Data Publikacji 2017-11-15
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Yohanan Cohen
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}