CVE Finder

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

Apa itu CVE Finder?

CVE Finder adalah ekstensi Chrome yang dikembangkan oleh Yohanan Cohen, dan fitur utamanya adalah "Find CVEs easily by product name, vendor, and the specific version".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CVE Finder

Unduh file ekstensi CVE Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CVE Finder CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
URL Resmi https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco
Deskripsi Find CVEs easily by product name, vendor, and the specific version
Ukuran File 825 KB
Jumlah Instalasi 84
Versi Saat Ini 1.6
Terakhir Diperbarui 2022-06-14
Tanggal Publikasi 2017-11-15
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Yohanan Cohen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}